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 bool isAnimated,
- required bool isMasks,
- 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.isAnimated,
required this.isMasks,
required this.isViewed,
required this.stickers,
required this.emojis,
this.extra,
this.clientId,
});