AdUnit constructor

const AdUnit(
  1. AdsType type,
  2. String id, {
  3. List<String>? extIdList,
})

Implementation

const AdUnit(this.type, this.id, {this.extIdList});