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