VersionByte class
Constructors
-
VersionByte(dynamic _value
)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getValue(
) → dynamic -
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Constants
- ACCOUNT_ID → const VersionByte
-
const VersionByte._internal((6 << 3))
- MUXED_ACCOUNT_ID → const VersionByte
-
const VersionByte._internal((12 << 3))
- PRE_AUTH_TX → const VersionByte
-
const VersionByte._internal((19 << 3))
- SEED → const VersionByte
-
const VersionByte._internal((18 << 3))
- SHA256_HASH → const VersionByte
-
const VersionByte._internal((23 << 3))