BaggageEntry class
A single entry within Baggage. Typically just a value plus optional metadata.
Properties
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
metadata
→ String?
-
Optional metadata associated with this baggage entry.
This can contain additional context about the value.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ String
-
The value of this baggage entry.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override