HMarker class

HMarker is the singleton value for a marker tag.

See Project Haystack

Inheritance

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 "m:".
override
toString() String
Encodes as "marker".
override
toZinc() String
Encodes as "M".
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

VAL HMarker
Singleton value
final