MnemonicPhrase constructor

const MnemonicPhrase({
  1. Key? key,
  2. required String phrase,
})

Implementation

const MnemonicPhrase({Key? key, required this.phrase})
    : super(key: key);