toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (nextPageToken != null) 'nextPageToken': nextPageToken!,
  if (partialErrors != null) 'partialErrors': partialErrors!,
  if (timeSeriesData != null) 'timeSeriesData': timeSeriesData!,
  if (timeSeriesDescriptor != null)
    'timeSeriesDescriptor': timeSeriesDescriptor!,
};