SingleContextEntry class final

Represents a @context entry that contains a uri as its value and has no key defined.

Inheritance

Constructors

SingleContextEntry(Uri uri)
Creates a new SingleContextEntry from a uri.
const
SingleContextEntry.fromString(String string)
Creates a new SingleContextEntry from a string that represents a URI.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
key String?
The key of this @context entry.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The value of this @context entry as a Uri object.
final
value String
The String representation of this @context entry's value.
no setteroverride

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.
override