StickerSet constructor
StickerSet({
- 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 List<
Sticker> stickers, - required List<
Emojis> emojis,
Implementation
StickerSet({
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.stickers,
required this.emojis,
});