Sticker constructor
Sticker({})
Implementation
Sticker({
required this.id,
required this.packId,
required this.name,
required this.description,
this.tags,
required this.asset,
this.previewAsset,
required this.formatType,
});