toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final businessLogoCreativeIds = this.businessLogoCreativeIds;
final businessName = this.businessName;
final callToActions = this.callToActions;
final descriptions = this.descriptions;
final headlines = this.headlines;
final longHeadlines = this.longHeadlines;
return {
'businessLogoCreativeIds': ?businessLogoCreativeIds,
'businessName': ?businessName,
'callToActions': ?callToActions,
'descriptions': ?descriptions,
'headlines': ?headlines,
'longHeadlines': ?longHeadlines,
};
}