StickerSet constructor
const
StickerSet({})
Constructs a StickerSet object
Implementation
const StickerSet({
required this.name,
required this.title,
required this.stickerType,
required this.stickers,
this.thumbnail,
});