RedPacketGot constructor

RedPacketGot({
  1. String userId = '',
  2. String userName = '',
  3. String avatar = '',
  4. int money = 0,
  5. String time = '',
})

Implementation

RedPacketGot({
  this.userId = '',
  this.userName = '',
  this.avatar = '',
  this.money = 0,
  this.time = '',
});