RedPacketMessage constructor

RedPacketMessage({
  1. String type = '',
  2. int count = 0,
  3. int got = 0,
  4. int money = 0,
  5. String msg = '',
  6. String senderId = '',
  7. List<String> recivers = const [],
  8. List<RedPacketGot> who = const [],
})

Implementation

RedPacketMessage({
  this.type = '',
  this.count = 0,
  this.got = 0,
  this.money = 0,
  this.msg = '',
  this.senderId = '',
  this.recivers = const [],
  this.who = const [],
});