StickerPack constructor
Implementation
StickerPack(
    {required this.id,
    required this.stickers,
    required this.name,
    required this.sku_id,
    this.coverStickerId,
    required this.description,
    this.bannerAssetId});
StickerPack(
    {required this.id,
    required this.stickers,
    required this.name,
    required this.sku_id,
    this.coverStickerId,
    required this.description,
    this.bannerAssetId});