KeyFromPassphraseArgs constructor
KeyFromPassphraseArgs({
- required String passphrase,
- required PassphraseInfo info,
Implementation
KeyFromPassphraseArgs({required this.passphrase, required this.info});