getValue<T> abstract method
Returns the value from this context identified by key
, or null if no
such value is set.
Implementation
T? getValue<T>(ContextKey key);
Returns the value from this context identified by key
, or null if no
such value is set.
T? getValue<T>(ContextKey key);