GiftCategory constructor
Implementation
GiftCategory({
this.categoryID = '',
this.name = '',
this.desc = '',
this.extensionInfo = const {},
this.giftList = const [],
});
GiftCategory({
this.categoryID = '',
this.name = '',
this.desc = '',
this.extensionInfo = const {},
this.giftList = const [],
});