toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountManagement != null) 'accountManagement': accountManagement!,
  if (adsLinks != null) 'adsLinks': adsLinks!,
  if (adultContent != null) 'adultContent': adultContent!,
  if (automaticImprovements != null)
    'automaticImprovements': automaticImprovements!,
  if (automaticLabelIds != null) 'automaticLabelIds': automaticLabelIds!,
  if (businessIdentity != null) 'businessIdentity': businessIdentity!,
  if (businessInformation != null)
    'businessInformation': businessInformation!,
  if (conversionSettings != null) 'conversionSettings': conversionSettings!,
  if (cssId != null) 'cssId': cssId!,
  if (googleMyBusinessLink != null)
    'googleMyBusinessLink': googleMyBusinessLink!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (labelIds != null) 'labelIds': labelIds!,
  if (name != null) 'name': name!,
  if (sellerId != null) 'sellerId': sellerId!,
  if (users != null) 'users': users!,
  if (websiteUrl != null) 'websiteUrl': websiteUrl!,
  if (youtubeChannelLinks != null)
    'youtubeChannelLinks': youtubeChannelLinks!,
};