toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bypassNonguaranteedDealsPretargeting != null)
    'bypassNonguaranteedDealsPretargeting':
        bypassNonguaranteedDealsPretargeting!,
  if (cookieMatchingNetworkId != null)
    'cookieMatchingNetworkId': cookieMatchingNetworkId!,
  if (cookieMatchingUrl != null) 'cookieMatchingUrl': cookieMatchingUrl!,
  if (dealsBillingId != null) 'dealsBillingId': dealsBillingId!,
  if (name != null) 'name': name!,
};