Bip39Languages class

Enumeration representing the supported languages for BIP-39 mnemonic phrases.

BIP-39 allows mnemonic phrases to be generated in various languages.

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
languageValues List<MnemonicLanguages>
Returns a list of language values, typically containing all available languages.
no setteroverride
name String
Constructor to associate a language identifier with each instance
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordList List<String>
Returns a list of words that correspond to the language.
no setteroverride

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 Bip39Languages
Chinese (Simplified)
chineseTraditional → const Bip39Languages
Chinese (Traditional)
czech → const Bip39Languages
Czech
english → const Bip39Languages
English
french → const Bip39Languages
French
italian → const Bip39Languages
Italian
japanese → const Bip39Languages
Japanese
korean → const Bip39Languages
Korean
portuguese → const Bip39Languages
Portuguese
spanish → const Bip39Languages
Spanish
values → const List<Bip39Languages>