toJson method

Map<String, dynamic> toJson()

Implementation

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