NativeAdOptions constructor

const NativeAdOptions({
  1. bool reloadWhenSizeChanges = true,
})

Implementation

const NativeAdOptions({
  this.reloadWhenSizeChanges = true
});