toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (algorithm != null) 'algorithm': algorithm!,
if (memoryCost != null) 'memoryCost': memoryCost!,
if (rounds != null) 'rounds': rounds!,
if (saltSeparator != null) 'saltSeparator': saltSeparator!,
if (signerKey != null) 'signerKey': signerKey!,
};