toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adSchedule = this.adSchedule;
  final ageRange = this.ageRange;
  final bidModifier = this.bidModifier;
  final brandList = this.brandList;
  final campaign = this.campaign;
  final carrier = this.carrier;
  final combinedAudience = this.combinedAudience;
  final contentLabel = this.contentLabel;
  final criterionId = this.criterionId;
  final device = this.device;
  final displayName = this.displayName;
  final extendedDemographic = this.extendedDemographic;
  final gender = this.gender;
  final incomeRange = this.incomeRange;
  final ipBlock = this.ipBlock;
  final keyword = this.keyword;
  final keywordTheme = this.keywordTheme;
  final language = this.language;
  final lastModifiedTime = this.lastModifiedTime;
  final lifeEvent = this.lifeEvent;
  final listingScope = this.listingScope;
  final localServiceId = this.localServiceId;
  final location = this.location;
  final locationGroup = this.locationGroup;
  final mobileAppCategory = this.mobileAppCategory;
  final mobileApplication = this.mobileApplication;
  final mobileDevice = this.mobileDevice;
  final negative = this.negative;
  final operatingSystemVersion = this.operatingSystemVersion;
  final parentalStatus = this.parentalStatus;
  final placement = this.placement;
  final proximity = this.proximity;
  final resourceName = this.resourceName;
  final status = this.status;
  final topic = this.topic;
  final type = this.type;
  final userInterest = this.userInterest;
  final userList = this.userList;
  final videoLineup = this.videoLineup;
  final webpage = this.webpage;
  final webpageList = this.webpageList;
  final youtubeChannel = this.youtubeChannel;
  final youtubeVideo = this.youtubeVideo;
  return {
    'adSchedule': ?adSchedule,
    'ageRange': ?ageRange,
    'bidModifier': ?bidModifier,
    'brandList': ?brandList,
    'campaign': ?campaign,
    'carrier': ?carrier,
    'combinedAudience': ?combinedAudience,
    'contentLabel': ?contentLabel,
    'criterionId': ?criterionId,
    'device': ?device,
    'displayName': ?displayName,
    'extendedDemographic': ?extendedDemographic,
    'gender': ?gender,
    'incomeRange': ?incomeRange,
    'ipBlock': ?ipBlock,
    'keyword': ?keyword,
    'keywordTheme': ?keywordTheme,
    'language': ?language,
    'lastModifiedTime': ?lastModifiedTime,
    'lifeEvent': ?lifeEvent,
    'listingScope': ?listingScope,
    'localServiceId': ?localServiceId,
    'location': ?location,
    'locationGroup': ?locationGroup,
    'mobileAppCategory': ?mobileAppCategory,
    'mobileApplication': ?mobileApplication,
    'mobileDevice': ?mobileDevice,
    'negative': ?negative,
    'operatingSystemVersion': ?operatingSystemVersion,
    'parentalStatus': ?parentalStatus,
    'placement': ?placement,
    'proximity': ?proximity,
    'resourceName': ?resourceName,
    'status': ?status,
    'topic': ?topic,
    'type': ?type,
    'userInterest': ?userInterest,
    'userList': ?userList,
    'videoLineup': ?videoLineup,
    'webpage': ?webpage,
    'webpageList': ?webpageList,
    'youtubeChannel': ?youtubeChannel,
    'youtubeVideo': ?youtubeVideo,
  };
}