KeyFromPassphraseArgs constructor

KeyFromPassphraseArgs({
  1. required String passphrase,
  2. required PassphraseInfo info,
})

Implementation

KeyFromPassphraseArgs({required this.passphrase, required this.info});