$DemandGenBiddingStrategy constructor

$DemandGenBiddingStrategy({
  1. String? effectiveBiddingValue,
  2. String? effectiveBiddingValueSource,
  3. String? type,
  4. String? value,
})

Implementation

$DemandGenBiddingStrategy({
  this.effectiveBiddingValue,
  this.effectiveBiddingValueSource,
  this.type,
  this.value,
});