Mnemonic class

Mnemonic interface for mnemonic defined private key.

Properties

hashCode int
The hash code for this object.
no setterinherited
impl → _MnemonicImpl
Internal JS Object, should not be used directly.
finalinherited
locale String
The language of the wordlist this mnemonic is using.
no setter
path String
The HD path for this mnemonic.
no setter
phrase String
The mnemonic phrase for this mnemonic. It is 12, 15, 18, 21 or 24 words long and separated by the whitespace specified by the locale.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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