Bidder constructor

Bidder({
  1. bool? bypassNonguaranteedDealsPretargeting,
  2. String? cookieMatchingNetworkId,
  3. String? cookieMatchingUrl,
  4. String? dealsBillingId,
  5. String? name,
})

Implementation

Bidder({
  this.bypassNonguaranteedDealsPretargeting,
  this.cookieMatchingNetworkId,
  this.cookieMatchingUrl,
  this.dealsBillingId,
  this.name,
});