toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bandedRanges != null) 'bandedRanges': bandedRanges!,
  if (basicFilter != null) 'basicFilter': basicFilter!,
  if (charts != null) 'charts': charts!,
  if (columnGroups != null) 'columnGroups': columnGroups!,
  if (conditionalFormats != null) 'conditionalFormats': conditionalFormats!,
  if (data != null) 'data': data!,
  if (developerMetadata != null) 'developerMetadata': developerMetadata!,
  if (filterViews != null) 'filterViews': filterViews!,
  if (merges != null) 'merges': merges!,
  if (properties != null) 'properties': properties!,
  if (protectedRanges != null) 'protectedRanges': protectedRanges!,
  if (rowGroups != null) 'rowGroups': rowGroups!,
  if (slicers != null) 'slicers': slicers!,
  if (tables != null) 'tables': tables!,
};