Phrase constructor

Phrase(
  1. String mnemonic
)

Implementation

Phrase(this.mnemonic) : _list = stringToList(mnemonic);