toStr method
Returns the mnemonic phrase as a string with words separated by spaces.
Implementation
String toStr() {
return _mnemonicList.join(' ');
}
Returns the mnemonic phrase as a string with words separated by spaces.
String toStr() {
return _mnemonicList.join(' ');
}