UserCustomPassword constructor
UserCustomPassword({})
Implementation
UserCustomPassword({
this.version,
required this.seed,
required this.overrideAccounts,
required this.mfa,
required this.recaptcha,
required this.forceError,
});