toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (googleCloudStoragePath != null)
    'googleCloudStoragePath': googleCloudStoragePath!,
  if (reportDataEndDate != null) 'reportDataEndDate': reportDataEndDate!,
  if (reportDataStartDate != null)
    'reportDataStartDate': reportDataStartDate!,
  if (status != null) 'status': status!,
};