UserBag class

用户背包信息

Constructors

UserBag({int checkin1day = 0, int checkin2days = 0, int patchCheckinCard = 0, int metalTicket = 0})
UserBag.from(Map data)

Properties

checkin1day int
免签卡
getter/setter pair
checkin2days int
两日免签卡
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metalTicket int
摸鱼派一周年纪念勋章领取券
getter/setter pair
patchCheckinCard 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