getValue method

Object? getValue(
  1. Object key
)

Gets a value from the Context

Implementation

Object? getValue(Object key) => _values[key];