$FixedBidStrategy constructor

$FixedBidStrategy({
  1. String? bidAmountMicros,
})

Implementation

$FixedBidStrategy({
  this.bidAmountMicros,
});