AdSize constructor

AdSize({
  1. String? height,
  2. String? type,
  3. String? width,
})

Implementation

AdSize({
  this.height,
  this.type,
  this.width,
});