RedPacketBase constructor

RedPacketBase({
  1. int count = 0,
  2. GestureType? gesture = GestureType.Rock,
  3. int got = 0,
  4. String msg = '',
  5. String userName = '',
  6. String avatarURL = '',
})

Implementation

RedPacketBase({
  this.count = 0,
  this.gesture = GestureType.Rock,
  this.got = 0,
  this.msg = '',
  this.userName = '',
  this.avatarURL = '',
});