toList method

List<String> toList()

Returns the mnemonic phrase as a list of words.

Implementation

List<String> toList() {
  return _mnemonicList;
}