toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final baselineAudience = this.baselineAudience;
final customerInsightsGroup = this.customerInsightsGroup;
final insightsApplicationInfo = this.insightsApplicationInfo;
final specificAudience = this.specificAudience;
return {
'baselineAudience': ?baselineAudience,
'customerInsightsGroup': ?customerInsightsGroup,
'insightsApplicationInfo': ?insightsApplicationInfo,
'specificAudience': ?specificAudience,
};
}