ExistingFrame constructor

ExistingFrame(
  1. String identifier
)

Retrieves an existing frame with the given identifier.

Implementation

ExistingFrame(String identifier) : super._existing(identifier);