get abstract method

String? get(
  1. String key
)

Retrieve a value from the TraceState for a given key.

Implementation

String? get(String key);