HUri class

HUri models a URI as a string.

See Project Haystack

Inheritance

Constructors

HUri(String val)
Factory constructor from string value.
factory

Properties

hashCode int
Hash code is based on string value.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
String value of URI.
final

Methods

compareTo(Object that) int
Returns sort order as negative, 0, or positive.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encodes as "u:
override
toString() String
Returns value string..
override
toZinc() String
Encodes using "`" back ticks.
override

Operators

operator ==(Object that) bool
Equals is based on string value.
override

Static Properties

EMPTY HUri
Singleton value for empty URI.
final