toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fileErrors != null) 'fileErrors': fileErrors!,
if (fileName != null) 'fileName': fileName!,
if (partialReport != null) 'partialReport': partialReport!,
if (rowErrors != null) 'rowErrors': rowErrors!,
};