StickerSet constructor
const
StickerSet({
- required int id,
- required String title,
- required String name,
- Thumbnail? thumbnail,
- required List<
ClosedVectorPath> thumbnailOutline, - required bool isInstalled,
- required bool isArchived,
- required bool isOfficial,
- required StickerFormat stickerFormat,
- required StickerType stickerType,
- required bool isViewed,
- required List<
Sticker> stickers, - required List<
Emojis> emojis, - dynamic extra,
- int? clientId,
Represents a sticker set
Implementation
const StickerSet({
required this.id,
required this.title,
required this.name,
this.thumbnail,
required this.thumbnailOutline,
required this.isInstalled,
required this.isArchived,
required this.isOfficial,
required this.stickerFormat,
required this.stickerType,
required this.isViewed,
required this.stickers,
required this.emojis,
this.extra,
this.clientId,
});