toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dateRange != null) 'dateRange': dateRange!,
      if (etag != null) 'etag': etag!,
      if (fileName != null) 'fileName': fileName!,
      if (format != null) 'format': format!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (lastModifiedTime != null) 'lastModifiedTime': lastModifiedTime!,
      if (reportId != null) 'reportId': reportId!,
      if (status != null) 'status': status!,
      if (urls != null) 'urls': urls!,
    };