ScreenWiseModel class

Constructors

ScreenWiseModel({int? banner, List? bannerNew, int? native, bool? localAdFlag, int? gridCount, bool? isNativeEnable, bool? overRideReward, List? localClick, Map? localFail, int? maxFailed, bool? overRideTimer, int? overRideTimerValue})
ScreenWiseModel.fromGlobalOnly(Map global)
ScreenWiseModel.fromMapLocalAndGlobal(Map localData, Map global)

Properties

getter/setter pair
bannerNew List?
getter/setter pair
gridCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isNativeEnable bool?
getter/setter pair
localAdFlag bool?
getter/setter pair
localClick List?
getter/setter pair
localFail Map?
getter/setter pair
maxFailed int?
getter/setter pair
native int?
getter/setter pair
overRideReward bool?
getter/setter pair
overRideTimer bool?
getter/setter pair
overRideTimerValue 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() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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