LuckMarqueeModel constructor

LuckMarqueeModel({
  1. int user_id = 0,
  2. String props_name = "",
  3. String user_nickname = "",
  4. int props_num = 0,
  5. int lottery_num = 0,
})

Implementation

LuckMarqueeModel({
  this.user_id = 0,
  this.props_name = "",
  this.user_nickname = "",
  this.props_num = 0,
  this.lottery_num = 0
});