GiftsForResale constructor
GiftsForResale({
- required int totalCount,
- required List<
GiftForResale> gifts, - required List<
UpgradedGiftModelCount> models, - required List<
UpgradedGiftSymbolCount> symbols, - required List<
UpgradedGiftBackdropCount> backdrops, - required String nextOffset,
Implementation
GiftsForResale({
required this.totalCount,
required this.gifts,
required this.models,
required this.symbols,
required this.backdrops,
required this.nextOffset,
});