TraceState class abstract
Representation of the state of a trace.
- Implementers
Constructors
Properties
Methods
-
get(
String key) → String? - Retrieve a value from the TraceState for a given key.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, String value) → void - Adds a key value pair to the TraceState.
-
remove(
String key) → void - Removes a key value pair from the TraceState.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited