Sticker.existing constructor

Sticker.existing(
  1. String identifier
)

Retrieves an ExistingSticker with the given identifier.

Implementation

factory Sticker.existing(String identifier) => ExistingSticker(identifier);