LuckItemModel constructor

LuckItemModel({
  1. String color = "",
  2. int pos = 1,
  3. int propsNum = 1,
  4. int propsId = 0,
  5. String propsName = "",
  6. String prizeRate = "",
  7. String propsIcon = "",
  8. int colorType = 1,
})

Implementation

LuckItemModel({
  this.color = "",
  this.pos = 1,
  this.propsNum = 1,
  this.propsId = 0,
  this.propsName = "",
  this.prizeRate = "",
  this.propsIcon = "",
  this.colorType = 1
});