GiftItem constructor

GiftItem(
  1. String icon,
  2. String name,
  3. int type,
  4. String seUrl,
  5. String giftUrl,
)

Implementation

GiftItem(this.icon, this.name, this.type, this.seUrl, this.giftUrl);