AccountPasswordInputSettings constructor

const AccountPasswordInputSettings({
  1. PasswordKdfAlgoBase? newAlgo,
  2. Uint8List? newPasswordHash,
  3. String? hint,
  4. String? email,
  5. SecureSecretSettingsBase? newSecureSettings,
})

Account Password Input Settings constructor.

Implementation

const AccountPasswordInputSettings({
  this.newAlgo,
  this.newPasswordHash,
  this.hint,
  this.email,
  this.newSecureSettings,
}) : super._();