toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final brand = this.brand;
  final criterionId = this.criterionId;
  final keyword = this.keyword;
  final mobileAppCategory = this.mobileAppCategory;
  final mobileApplication = this.mobileApplication;
  final negative = this.negative;
  final placement = this.placement;
  final resourceName = this.resourceName;
  final sharedSet = this.sharedSet;
  final type = this.type;
  final verticalAdsItemGroupRule = this.verticalAdsItemGroupRule;
  final webpage = this.webpage;
  final youtubeChannel = this.youtubeChannel;
  final youtubeVideo = this.youtubeVideo;
  return {
    'brand': ?brand,
    'criterionId': ?criterionId,
    'keyword': ?keyword,
    'mobileAppCategory': ?mobileAppCategory,
    'mobileApplication': ?mobileApplication,
    'negative': ?negative,
    'placement': ?placement,
    'resourceName': ?resourceName,
    'sharedSet': ?sharedSet,
    'type': ?type,
    'verticalAdsItemGroupRule': ?verticalAdsItemGroupRule,
    'webpage': ?webpage,
    'youtubeChannel': ?youtubeChannel,
    'youtubeVideo': ?youtubeVideo,
  };
}