FirstRechargeEntity class

Constructors

FirstRechargeEntity({required int showEntrance, required int firstChargeType, required List<FirstRechargeInfoEntity> props})
FirstRechargeEntity.fromJson(dynamic json)

Properties

firstChargeType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
props List<FirstRechargeInfoEntity>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showEntrance int
getter/setter pair

Methods

copyWith({int? showEntrance, int? firstChargeType, List<FirstRechargeInfoEntity>? props}) FirstRechargeEntity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

GET_REWARD → const int
GOTO_RECHARGE → const int
HAD_GET_REWARD → const int
INVISIBLE → const int
LABEL_HOT → const int
LABEL_RECEIVE → const int
LABEL_RECOMMEND → const int