toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (broadenedQueryJobsCount != null)
        'broadenedQueryJobsCount': broadenedQueryJobsCount!,
      if (estimatedTotalSize != null)
        'estimatedTotalSize': estimatedTotalSize!,
      if (histogramResults != null) 'histogramResults': histogramResults!,
      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!,
    };