TrendingStickerSets constructor

TrendingStickerSets({
  1. required int totalCount,
  2. required List<StickerSetInfo> sets,
  3. required bool isPremium,
})

Implementation

TrendingStickerSets({
  required this.totalCount,
  required this.sets,
  required this.isPremium,
});