toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'DownloadId': downloadId,
'ReportName': reportName,
'FileUrl': fileUrl,
'StatusName': statusName,
'CreatedOn': createdOn,
'UpdatedOn': updatedOn,
'IsActive': isActive,
};
}