toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adGroupAd = this.adGroupAd;
  final areaOfInterest = this.areaOfInterest;
  final campaignLocationTarget = this.campaignLocationTarget;
  final gclid = this.gclid;
  final keyword = this.keyword;
  final keywordInfo = this.keywordInfo;
  final locationOfPresence = this.locationOfPresence;
  final pageNumber = this.pageNumber;
  final resourceName = this.resourceName;
  final userList = this.userList;
  return {
    'adGroupAd': ?adGroupAd,
    'areaOfInterest': ?areaOfInterest,
    'campaignLocationTarget': ?campaignLocationTarget,
    'gclid': ?gclid,
    'keyword': ?keyword,
    'keywordInfo': ?keywordInfo,
    'locationOfPresence': ?locationOfPresence,
    'pageNumber': ?pageNumber,
    'resourceName': ?resourceName,
    'userList': ?userList,
  };
}