UserImportHashOptions constructor
UserImportHashOptions({})
Implementation
UserImportHashOptions({
required this.algorithm,
required this.key,
required this.saltSeparator,
required this.rounds,
required this.memoryCost,
required this.parallelization,
required this.blockSize,
required this.derivedKeyLength,
});