DerivationArtefacts constructor Null safety
Implementation
DerivationArtefacts({
required this.version,
required this.salt,
required this.iterations,
required this.length,
required this.strategy,
});
DerivationArtefacts({
required this.version,
required this.salt,
required this.iterations,
required this.length,
required this.strategy,
});