StickerSet constructor
StickerSet({})
Implementation
StickerSet({
required this.name,
required this.title,
required this.stickerType,
required this.isAnimated,
required this.isVideo,
required this.stickers,
this.thumbnail,
});