CustomAds class

Constructors

CustomAds({String? qurekaLink, bool? isQurakaBanner, bool? isQurakaIntera, bool? isQurekaWebview, bool? isQurekaImageview, bool? isQurekaCustomTab, int? qurekaWebviewTiming, String? qurekaWebviewAgent, String? qurekaWebviewScript, bool? isQurakaNative, int? interstitialInterval, bool? closeButtonToDirectWeb, bool? isRedirectCustomImpression, List<String>? qurakaIntraImage, List<String>? qurakaNativeImage, List<String>? qurakaBannerImage})
CustomAds.fromJson(Map<String, dynamic> json)

Properties

closeButtonToDirectWeb bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interstitialInterval int?
getter/setter pair
isQurakaBanner bool?
getter/setter pair
isQurakaIntera bool?
getter/setter pair
isQurakaNative bool?
getter/setter pair
isQurekaCustomTab bool?
getter/setter pair
isQurekaImageview bool?
getter/setter pair
isQurekaWebview bool?
getter/setter pair
isRedirectCustomImpression bool?
getter/setter pair
qurakaBannerImage List<String>?
getter/setter pair
qurakaIntraImage List<String>?
getter/setter pair
qurakaNativeImage List<String>?
getter/setter pair
getter/setter pair
qurekaWebviewAgent String?
getter/setter pair
qurekaWebviewScript String?
getter/setter pair
qurekaWebviewTiming int?
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