MaxAdBean class

Constructors

MaxAdBean({required int maxShowNum, required int maxClickNum, required List<MaxAdInfoBean> firstRewardedAdList, required List<MaxAdInfoBean> secondRewardedAdList, required List<MaxAdInfoBean> firstInterAdList, required List<MaxAdInfoBean> secondInterAdList})

Properties

firstInterAdList List<MaxAdInfoBean>
getter/setter pair
firstRewardedAdList List<MaxAdInfoBean>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxClickNum int
getter/setter pair
maxShowNum int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondInterAdList List<MaxAdInfoBean>
getter/setter pair
secondRewardedAdList List<MaxAdInfoBean>
getter/setter pair

Methods

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

Operators

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