Bip39Language class

Enum representing supported BIP-39 mnemonic word languages.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final
words List<String>
no setter

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

Constants

chineseSimplified → const Bip39Language
chineseTraditional → const Bip39Language
czech → const Bip39Language
english → const Bip39Language
Supported BIP-39 languages
french → const Bip39Language
italian → const Bip39Language
japanese → const Bip39Language
korean → const Bip39Language
portuguese → const Bip39Language
spanish → const Bip39Language