HVal class abstract

HVal is the base class for representing haystack tag scalar values as an immutable class.

See Project Haystack

Implementers
Annotations
  • @immutable

Constructors

HVal()

Properties

hashCode int
Hash code is value based.
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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encodes to JSON string value.
toString() String
String format is for human consumption only.
override
toZinc() String
Encodes value to zinc format.

Operators

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