Sticker constructor
Sticker({})
Implementation
Sticker({
required this.id,
required this.name,
required this.type,
required this.isAvailable,
this.packId,
this.description,
this.tags,
this.asset,
this.formatType,
this.sortValue,
this.serverId,
});