toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowOverwrite != null) 'allowOverwrite': allowOverwrite!,
if (argon2Parameters != null) 'argon2Parameters': argon2Parameters!,
if (blockSize != null) 'blockSize': blockSize!,
if (cpuMemCost != null) 'cpuMemCost': cpuMemCost!,
if (delegatedProjectNumber != null)
'delegatedProjectNumber': delegatedProjectNumber!,
if (dkLen != null) 'dkLen': dkLen!,
if (hashAlgorithm != null) 'hashAlgorithm': hashAlgorithm!,
if (memoryCost != null) 'memoryCost': memoryCost!,
if (parallelization != null) 'parallelization': parallelization!,
if (passwordHashOrder != null) 'passwordHashOrder': passwordHashOrder!,
if (rounds != null) 'rounds': rounds!,
if (saltSeparator != null) 'saltSeparator': saltSeparator!,
if (sanityCheck != null) 'sanityCheck': sanityCheck!,
if (signerKey != null) 'signerKey': signerKey!,
if (tenantId != null) 'tenantId': tenantId!,
if (users != null) 'users': users!,
};