OurNativeAd constructor

OurNativeAd({
  1. required double width,
  2. required double height,
  3. required String factoryId,
})

Implementation

OurNativeAd({
  required this.width,
  required this.height,
  required this.factoryId,
});