StickerSets constructor
const
StickerSets({
- required int totalCount,
- required List<
StickerSetInfo> sets, - dynamic extra,
- int? clientId,
Represents a list of sticker sets
Implementation
const StickerSets({
required this.totalCount,
required this.sets,
this.extra,
this.clientId,
});