UpgradedGiftModelCount constructor
UpgradedGiftModelCount({
- UpgradedGiftModel? model,
- required int totalCount,
Implementation
UpgradedGiftModelCount({this.model, required this.totalCount});