TrendingStickerSets constructor
TrendingStickerSets({
- required int totalCount,
- required List<
StickerSetInfo> sets, - required bool isPremium,
Implementation
TrendingStickerSets({
required this.totalCount,
required this.sets,
required this.isPremium,
});