toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final billedBuyer = this.billedBuyer;
  final buyer = this.buyer;
  final buyerPermissionType = this.buyerPermissionType;
  final client = this.client;
  final createTime = this.createTime;
  final creativeRequirements = this.creativeRequirements;
  final dealType = this.dealType;
  final deliveryControl = this.deliveryControl;
  final description = this.description;
  final displayName = this.displayName;
  final eligibleSeatIds = this.eligibleSeatIds;
  final estimatedGrossSpend = this.estimatedGrossSpend;
  final flightEndTime = this.flightEndTime;
  final flightStartTime = this.flightStartTime;
  final mediaPlanner = this.mediaPlanner;
  final name = this.name;
  final preferredDealTerms = this.preferredDealTerms;
  final privateAuctionTerms = this.privateAuctionTerms;
  final programmaticGuaranteedTerms = this.programmaticGuaranteedTerms;
  final proposalRevision = this.proposalRevision;
  final publisherProfile = this.publisherProfile;
  final sellerTimeZone = this.sellerTimeZone;
  final targeting = this.targeting;
  final updateTime = this.updateTime;
  return {
    'billedBuyer': ?billedBuyer,
    'buyer': ?buyer,
    'buyerPermissionType': ?buyerPermissionType,
    'client': ?client,
    'createTime': ?createTime,
    'creativeRequirements': ?creativeRequirements,
    'dealType': ?dealType,
    'deliveryControl': ?deliveryControl,
    'description': ?description,
    'displayName': ?displayName,
    'eligibleSeatIds': ?eligibleSeatIds,
    'estimatedGrossSpend': ?estimatedGrossSpend,
    'flightEndTime': ?flightEndTime,
    'flightStartTime': ?flightStartTime,
    'mediaPlanner': ?mediaPlanner,
    'name': ?name,
    'preferredDealTerms': ?preferredDealTerms,
    'privateAuctionTerms': ?privateAuctionTerms,
    'programmaticGuaranteedTerms': ?programmaticGuaranteedTerms,
    'proposalRevision': ?proposalRevision,
    'publisherProfile': ?publisherProfile,
    'sellerTimeZone': ?sellerTimeZone,
    'targeting': ?targeting,
    'updateTime': ?updateTime,
  };
}