toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (businessLogoCreativeIds != null)
    'businessLogoCreativeIds': businessLogoCreativeIds!,
  if (businessName != null) 'businessName': businessName!,
  if (callToActions != null) 'callToActions': callToActions!,
  if (descriptions != null) 'descriptions': descriptions!,
  if (headlines != null) 'headlines': headlines!,
  if (longHeadlines != null) 'longHeadlines': longHeadlines!,
};