GiftEntity constructor
GiftEntity({})
Implementation
GiftEntity({
required this.giftId,
required this.giftName,
required this.giftIcon,
required this.giftPrice,
required this.giftEffect,
this.count = 1,
});