LiveGiftModel constructor

LiveGiftModel({
  1. int? giftId,
  2. int? price,
  3. String? name,
  4. String? icon,
  5. bool? isShakeEgg,
  6. String? description,
  7. String? animation,
  8. bool? shakeConn,
  9. int? giftType,
  10. int? propsType,
  11. int? propsId,
  12. int? propsCount,
})

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,
});