Retrieve a value from the TraceState for a given key.
@override String? get(String key) => _state[key];