toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customerInsightsGroup = this.customerInsightsGroup;
  final dimensions = this.dimensions;
  final insightsApplicationInfo = this.insightsApplicationInfo;
  final locationCountryFilters = this.locationCountryFilters;
  final queryText = this.queryText;
  final youtubeReachLocation = this.youtubeReachLocation;
  return {
    'customerInsightsGroup': ?customerInsightsGroup,
    'dimensions': ?dimensions,
    'insightsApplicationInfo': ?insightsApplicationInfo,
    'locationCountryFilters': ?locationCountryFilters,
    'queryText': ?queryText,
    'youtubeReachLocation': ?youtubeReachLocation,
  };
}