HRemove class

HRemove is the singleton value used to indicate a tag remove.

See Project Haystack

Inheritance

Constructors

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

Properties

hashCode int
Hash code.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 "x:".
override
toString() String
Encodes as "remove".
override
toZinc() String
Encodes as "R".
override

Operators

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

Static Properties

VAL HRemove
Singleton value.
final