StickerPack constructor

const StickerPack(
  1. String id,
  2. String name,
  3. String summary,
  4. HashFunction hashAlgorithm,
  5. String hashValue,
  6. List<Sticker> stickers,
  7. bool restricted
)

Implementation

const StickerPack