Gift constructor
Implementation
Gift({
this.giftID = '',
this.name = '',
this.desc = '',
this.iconURL = '',
this.resourceURL = '',
this.level = 0,
this.coins = 0,
this.extensionInfo = const {},
});
Gift({
this.giftID = '',
this.name = '',
this.desc = '',
this.iconURL = '',
this.resourceURL = '',
this.level = 0,
this.coins = 0,
this.extensionInfo = const {},
});