AdsModel class
Constructors
- AdsModel({String? sdkKey, String? bannerAdId, String? mrecBannerAdId, String? intraAdId, String? openAdId, String? nativeAdId, String? rewardAdId, bool? isBannerAd, bool? isOpenAd, bool? isIntraAd, bool? isRedirectCustomImpression, bool? isRewardAd, bool? isNativeAd, int? intraIntervalClick, int? intraTimeInterval})
-
AdsModel.fromJson(Map<
String, dynamic> json)
Properties
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intraAdId ↔ String?
-
getter/setter pair
- intraIntervalClick ↔ int?
-
getter/setter pair
- intraTimeInterval ↔ int?
-
getter/setter pair
- isBannerAd ↔ bool?
-
getter/setter pair
- isIntraAd ↔ bool?
-
getter/setter pair
- isNativeAd ↔ bool?
-
getter/setter pair
- isOpenAd ↔ bool?
-
getter/setter pair
- isRedirectCustomImpression ↔ bool?
-
getter/setter pair
- isRewardAd ↔ bool?
-
getter/setter pair
- mrecBannerAdId ↔ String?
-
getter/setter pair
- nativeAdId ↔ String?
-
getter/setter pair
- openAdId ↔ String?
-
getter/setter pair
- rewardAdId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkKey ↔ String?
-
getter/setter pair
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