sentence property

String sentence

BIP39: Use the joined words as a mnemonic sentence.

Implementation

String get sentence {
  return words.join(language.separator);
}