toJson method
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,
};
}