toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final commitment = this.commitment;
  final creativeConfigs = this.creativeConfigs;
  final dealId = this.dealId;
  final deliveryMethod = this.deliveryMethod;
  final displayName = this.displayName;
  final exchange = this.exchange;
  final guaranteedOrderId = this.guaranteedOrderId;
  final inventorySourceId = this.inventorySourceId;
  final inventorySourceProductType = this.inventorySourceProductType;
  final inventorySourceType = this.inventorySourceType;
  final name = this.name;
  final publisherName = this.publisherName;
  final rateDetails = this.rateDetails;
  final readAdvertiserIds = this.readAdvertiserIds;
  final readPartnerIds = this.readPartnerIds;
  final readWriteAccessors = this.readWriteAccessors;
  final status = this.status;
  final timeRange = this.timeRange;
  final updateTime = this.updateTime;
  return {
    'commitment': ?commitment,
    'creativeConfigs': ?creativeConfigs,
    'dealId': ?dealId,
    'deliveryMethod': ?deliveryMethod,
    'displayName': ?displayName,
    'exchange': ?exchange,
    'guaranteedOrderId': ?guaranteedOrderId,
    'inventorySourceId': ?inventorySourceId,
    'inventorySourceProductType': ?inventorySourceProductType,
    'inventorySourceType': ?inventorySourceType,
    'name': ?name,
    'publisherName': ?publisherName,
    'rateDetails': ?rateDetails,
    'readAdvertiserIds': ?readAdvertiserIds,
    'readPartnerIds': ?readPartnerIds,
    'readWriteAccessors': ?readWriteAccessors,
    'status': ?status,
    'timeRange': ?timeRange,
    'updateTime': ?updateTime,
  };
}