FastAdUnits constructor

const FastAdUnits({
  1. String? high,
  2. String? medium,
  3. String? low,
  4. Map<String, String> extra = const {},
})

Implementation

const FastAdUnits({
  this.high,
  this.medium,
  this.low,
  this.extra = const {},
});