toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (broadenedQueryJobsCount != null)
        'broadenedQueryJobsCount': broadenedQueryJobsCount!,
      if (histogramQueryResults != null)
        'histogramQueryResults': histogramQueryResults!,
      if (locationFilters != null) 'locationFilters': locationFilters!,
      if (matchingJobs != null) 'matchingJobs': matchingJobs!,
      if (metadata != null) 'metadata': metadata!,
      if (nextPageToken != null) 'nextPageToken': nextPageToken!,
      if (spellCorrection != null) 'spellCorrection': spellCorrection!,
      if (totalSize != null) 'totalSize': totalSize!,
    };