AdSize constructor

AdSize(
  1. {required int width,
  2. required int height}
)

Implementation

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