RedPacketInfo class

红包信息

Constructors

RedPacketInfo({RedPacketBase? info, List<String> recivers = const [], List<RedPacketGot> who = const []})
RedPacketInfo.from(Map data)

Properties

hashCode int
The hash code for this object.
no setterinherited
info RedPacketBase
红包基本信息
getter/setter pair
recivers List<String>
接收者,专属红包有效
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
who List<RedPacketGot>
已领取者列表
getter/setter pair

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.
override

Operators

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