HashedPassword.create constructor
const
HashedPassword.create({})
Internal constructor used by PasswordHasher.hash to build this object.
Implementation
const HashedPassword.create({
required this.hash,
required this.salt,
required this.iterations,
required this.combined,
});