StickerSetInfo constructor
StickerSetInfo({
- required int id,
- required String title,
- required String name,
- Thumbnail? thumbnail,
- Outline? thumbnailOutline,
- required bool isOwned,
- required bool isInstalled,
- required bool isArchived,
- required bool isOfficial,
- StickerType? stickerType,
- required bool needsRepainting,
- required bool isAllowedAsChatEmojiStatus,
- required bool isViewed,
- required int size,
- required List<
Sticker> covers,
Implementation
StickerSetInfo({
required this.id,
required this.title,
required this.name,
this.thumbnail,
this.thumbnailOutline,
required this.isOwned,
required this.isInstalled,
required this.isArchived,
required this.isOfficial,
this.stickerType,
required this.needsRepainting,
required this.isAllowedAsChatEmojiStatus,
required this.isViewed,
required this.size,
required this.covers,
});