AdModel class

Constructors

AdModel({String? bundleName, bool? isAppLive, String? iosAppId, String? androidUrl, String? iosUrl, String? izootoAppId, String? apiversion, String? privacypolicy, String? qlink, String? oneSignalApp, String? getAdmobKey, String? loaderUrl, String? admanger, String? bannerAd, String? nativeAd, String? adOpen, String? interstitial, String? rewardedAd, String? admob, String? admobbannerAd, String? admobnativeAd, String? admobadOpen, String? admobinterstitial, String? admobrewardedAd, bool? iscustomeads, CustomOptions? customOptions, bool? isad, bool? recyclenative, bool? isinterstitialenable, bool? isopenenable, bool? isnativeenable, bool? isbannerenable, bool? isrewarded, bool? isfacebook, bool? isadmobad, bool? isadManger, bool? isMediation, bool? isqurekaads, bool? isqurekaadsWebView, bool? isBackAds, bool? isextraappenable, bool? isinterstitialquizeenable, bool? isbannerquizeenable, bool? isnativequizeenable, int? bannartype, int? adTime, bool? isdummyscreen, bool? isbackbothads, bool? isbothads, bool? isquize, bool? iseveryads, bool? ischeckmarket, List? interstitialAdPriority, List? nativeAdPriority, List? bannerAdPriority, List? appOpenAdPriority, QurekaAds? qurekaAds, CustomColors? customColors, bool? isAdsRefer, String? adsRefer})
AdModel.fromJson(Map<String, dynamic> json)

Properties

admanger ↔ String?
getter/setter pair
admob ↔ String?
getter/setter pair
admobadOpen ↔ String?
getter/setter pair
admobbannerAd ↔ String?
getter/setter pair
admobinterstitial ↔ String?
getter/setter pair
admobnativeAd ↔ String?
getter/setter pair
admobrewardedAd ↔ String?
getter/setter pair
adOpen ↔ String?
getter/setter pair
adsRefer ↔ String?
getter/setter pair
adTime ↔ int?
getter/setter pair
androidUrl ↔ String?
getter/setter pair
apiversion ↔ String?
getter/setter pair
appOpenAdPriority ↔ List?
getter/setter pair
bannartype ↔ int?
getter/setter pair
bannerAd ↔ String?
getter/setter pair
bannerAdPriority ↔ List?
getter/setter pair
bundleName ↔ String?
getter/setter pair
customColors ↔ CustomColors?
getter/setter pair
customColorsMap → Map<String, String>?
Convenient alias for customOptionsMap
no setter
customDetailsMap → Map<String, String>?
Convenient alias for customOptionsMap
no setter
customOptions ↔ CustomOptions?
getter/setter pair
customOptionsMap → Map<String, String>?
Consolidated Map of custom options/colors for native ad factories
no setter
getAdmobKey ↔ String?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
interstitial ↔ String?
getter/setter pair
interstitialAdPriority ↔ List?
getter/setter pair
iosAppId ↔ String?
getter/setter pair
iosUrl ↔ String?
getter/setter pair
isad ↔ bool?
getter/setter pair
isadManger ↔ bool?
getter/setter pair
isadmobad ↔ bool?
getter/setter pair
isAdsRefer ↔ bool?
getter/setter pair
isAppLive ↔ bool?
getter/setter pair
isBackAds ↔ bool?
getter/setter pair
isbackbothads ↔ bool?
getter/setter pair
isbannerenable ↔ bool?
getter/setter pair
isbannerquizeenable ↔ bool?
getter/setter pair
isbothads ↔ bool?
getter/setter pair
ischeckmarket ↔ bool?
getter/setter pair
iscustomeads ↔ bool?
getter/setter pair
isdummyscreen ↔ bool?
getter/setter pair
iseveryads ↔ bool?
getter/setter pair
isextraappenable ↔ bool?
getter/setter pair
isfacebook ↔ bool?
getter/setter pair
isinterstitialenable ↔ bool?
getter/setter pair
isinterstitialquizeenable ↔ bool?
getter/setter pair
isMediation ↔ bool?
getter/setter pair
isnativeenable ↔ bool?
getter/setter pair
isnativequizeenable ↔ bool?
getter/setter pair
isopenenable ↔ bool?
getter/setter pair
isquize ↔ bool?
getter/setter pair
isqurekaads ↔ bool?
getter/setter pair
isqurekaadsWebView ↔ bool?
getter/setter pair
isrewarded ↔ bool?
getter/setter pair
izootoAppId ↔ String?
getter/setter pair
loaderUrl ↔ String?
getter/setter pair
nativeAd ↔ String?
getter/setter pair
nativeAdPriority ↔ List?
getter/setter pair
oneSignalApp ↔ String?
getter/setter pair
privacypolicy ↔ String?
getter/setter pair
getter/setter pair
qurekaAds ↔ QurekaAds?
getter/setter pair
recyclenative ↔ bool?
getter/setter pair
rewardedAd ↔ String?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

fromList(List<Map<String, dynamic>> list) → List<AdModel>