setValue method
Returns a new child context containing the given key/value.
Implementation
Context setValue(ContextKey key, Object value) => Context._(this, key, value);
Returns a new child context containing the given key/value.
Context setValue(ContextKey key, Object value) => Context._(this, key, value);