toStr method

String toStr()

Returns the mnemonic phrase as a string with words separated by spaces.

Implementation

String toStr() {
  return _mnemonicList.join(' ');
}