AdSize constructor

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

Implementation

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