toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bypassNonguaranteedDealsPretargeting =
      this.bypassNonguaranteedDealsPretargeting;
  final cookieMatchingNetworkId = this.cookieMatchingNetworkId;
  final cookieMatchingUrl = this.cookieMatchingUrl;
  final dealsBillingId = this.dealsBillingId;
  final name = this.name;
  return {
    'bypassNonguaranteedDealsPretargeting':
        ?bypassNonguaranteedDealsPretargeting,
    'cookieMatchingNetworkId': ?cookieMatchingNetworkId,
    'cookieMatchingUrl': ?cookieMatchingUrl,
    'dealsBillingId': ?dealsBillingId,
    'name': ?name,
  };
}