AdSlotSize constructor

AdSlotSize({
  1. required int width,
  2. required int height,
  3. required String position,
})

Implementation

AdSlotSize({
  required this.width,
  required this.height,
  required this.position,
});