Settings class
Constructors
-
Settings({List<
String> ? adsSequence, List<String> ? intraAdsSequence, List<String> ? rewardsAdsSequence, List<String> ? bannerAdsSequence, List<String> ? nativeAdsSequence, List<String> ? openAdsSequence, String? moreAppUrl, bool? isAllAds, bool? isFollowLoopSequenceAds, String? moreLiveApps, AdSetting? adSetting, AdsModel? googleAds, AdsModel? adManagerAds, AdsModel? facebookAds, CustomAds? customAds, AdsModel? appLovin}) -
Settings.fromJson(Map<
String, dynamic> json)
Properties
- adManagerAds ↔ AdsModel?
-
getter/setter pair
- adSetting ↔ AdSetting?
-
getter/setter pair
-
adsSequence
↔ List<
String> ? -
getter/setter pair
- appLovin ↔ AdsModel?
-
getter/setter pair
-
getter/setter pair
- customAds ↔ CustomAds?
-
getter/setter pair
- facebookAds ↔ AdsModel?
-
getter/setter pair
- googleAds ↔ AdsModel?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
intraAdsSequence
↔ List<
String> ? -
getter/setter pair
- isAllAds ↔ bool?
-
getter/setter pair
- isFollowLoopSequenceAds ↔ bool?
-
getter/setter pair
- moreAppUrl ↔ String?
-
getter/setter pair
- moreLiveApps ↔ String?
-
getter/setter pair
-
nativeAdsSequence
↔ List<
String> ? -
getter/setter pair
-
openAdsSequence
↔ List<
String> ? -
getter/setter pair
-
rewardsAdsSequence
↔ List<
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