toJson method

Map<String, dynamic> toJson()

Implementation

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