toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adOptimizedBusinessProfileSetting =
      this.adOptimizedBusinessProfileSetting;
  final advertisingLanguageCode = this.advertisingLanguageCode;
  final businessName = this.businessName;
  final businessProfileLocation = this.businessProfileLocation;
  final campaign = this.campaign;
  final finalUrl = this.finalUrl;
  final phoneNumber = this.phoneNumber;
  final resourceName = this.resourceName;
  return {
    'adOptimizedBusinessProfileSetting': ?adOptimizedBusinessProfileSetting,
    'advertisingLanguageCode': ?advertisingLanguageCode,
    'businessName': ?businessName,
    'businessProfileLocation': ?businessProfileLocation,
    'campaign': ?campaign,
    'finalUrl': ?finalUrl,
    'phoneNumber': ?phoneNumber,
    'resourceName': ?resourceName,
  };
}