StringMapContextEntry class final
Key-value @context
entry that contains a non-URI string as its value.
- Inheritance
-
- Object
- ContextEntry
- MapContextEntry
- StringMapContextEntry
Constructors
- StringMapContextEntry(String key, String value)
-
Creates a new UriMapContextEntry from a
key
and a plain stringvalue
.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited