Mnemonic constructor

Mnemonic({
  1. String? phrase,
  2. String? path = 'm',
})

Implementation

Mnemonic({this.phrase, this.path = 'm'});