UpgradedGiftModelCount constructor

UpgradedGiftModelCount({
  1. UpgradedGiftModel? model,
  2. required int totalCount,
})

Implementation

UpgradedGiftModelCount({this.model, required this.totalCount});