toString method

  1. @override
String toString()
override

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

Implementation

@override
String toString() {
  return "${toStr().substring(0, toStr().length ~/ 3)}...";
}