MoneroLanguages class
An enumeration of Monero-supported languages for mnemonics.
This enum lists the Monero-supported languages for generating Monero mnemonics. Each language is associated with a specific word list that is used during the mnemonic generation process.
- Implemented types
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  languageValues
  → List<
MnemonicLanguages>  - 
  List of all supported languages
  no setteroverride
 - name → String
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  wordList
  → List<
String>  - 
  Retrieves the word list associated with each Monero 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
 
Static Methods
- 
  fromValue(
String? value) → MoneroLanguages  
Constants
- chineseSimplified → const MoneroLanguages
 - Chinese Simplified language
 - dutch → const MoneroLanguages
 - Dutch language
 - english → const MoneroLanguages
 - English language
 - french → const MoneroLanguages
 - French language
 - german → const MoneroLanguages
 - German language
 - italian → const MoneroLanguages
 - Italian language
 - japanese → const MoneroLanguages
 - Japanese language
 - portuguese → const MoneroLanguages
 - Portuguese language
 - russian → const MoneroLanguages
 - Russian language
 - spanish → const MoneroLanguages
 - Spanish language
 - 
    values
  → const List<
MoneroLanguages>  - Represents the available language values for Monero mnemonics.