void setGiftList(List<GiftModel> giftList) { if (giftList.isNotEmpty) { GiftStore().giftModelList.clear(); GiftStore().giftModelList.addAll(giftList); } }