NodeId enum
type HashTree =
| 0
| 1, HashTree, HashTree
| 2, ArrayBuffer, HashTree
| 3, ArrayBuffer
| 4, ArrayBuffer
;
Values
Properties
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.
inherited