UpgradedGiftBackdropCount constructor

UpgradedGiftBackdropCount({
  1. UpgradedGiftBackdrop? backdrop,
  2. required int totalCount,
})

Implementation

UpgradedGiftBackdropCount({this.backdrop, required this.totalCount});