wordsCount method

int wordsCount()

Returns the number of words in the mnemonic phrase.

Implementation

int wordsCount() {
  return _mnemonicList.length;
}