LiveGiftModel constructor
LiveGiftModel({})
Implementation
LiveGiftModel({
this.giftId,
this.price,
this.name,
this.icon,
this.isShakeEgg,
this.description,
this.animation,
this.shakeConn,
this.giftType,
this.propsType,
this.propsId,
this.propsCount,
});