GiftsForResale constructor

GiftsForResale({
  1. required int totalCount,
  2. required List<GiftForResale> gifts,
  3. required List<UpgradedGiftModelCount> models,
  4. required List<UpgradedGiftSymbolCount> symbols,
  5. required List<UpgradedGiftBackdropCount> backdrops,
  6. required String nextOffset,
})

Implementation

GiftsForResale({
  required this.totalCount,
  required this.gifts,
  required this.models,
  required this.symbols,
  required this.backdrops,
  required this.nextOffset,
});