RedPacketInfo constructor
RedPacketInfo({
- RedPacketBase? info,
- List<
String> recivers = const [], - List<
RedPacketGot> who = const [],
Implementation
RedPacketInfo({
RedPacketBase? info,
this.recivers = const [],
this.who = const [],
}) {
this.info = info ?? RedPacketBase();
}