get method

dynamic get(
  1. String key
)

Get the given key from the frame

Implementation

dynamic get(String key) => _frameForKey(key)?.data[key];