ReportData constructor
Implementation
ReportData({
this.id,
this.refId,
this.userId,
this.type,
this.reportTitle,
this.reportDescription,
this.status,
this.createdAt,
this.updatedAt,
});
ReportData({
this.id,
this.refId,
this.userId,
this.type,
this.reportTitle,
this.reportDescription,
this.status,
this.createdAt,
this.updatedAt,
});