wordList property

  1. @override
List<String> get wordList
override

Returns a list of words that correspond to the language.

Implementation

@override
List<String> get wordList {
  return languages.bip39WordList(this);
}