Frame.existing constructor

Frame.existing(
  1. String identifier
)

Retrieves an ExistingFrame with the given identifier.

Implementation

factory Frame.existing(String identifier) => ExistingFrame(identifier);