NativeConfig constructor
NativeConfig({})
Implementation
NativeConfig({
bool enable = false,
String adUnitIdAndroid = '',
String adUnitIdIos = '',
this.position = 0,
this.distance,
this.width,
this.height,
this.type = NativeAdType.ADS_MEDIUM,
}) : super(
enable: enable,
adUnitIdAndroid: adUnitIdAndroid,
adUnitIdIos: adUnitIdIos,
);