toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (algorithm != null) 'algorithm': algorithm!,
if (keyLength != null) 'keyLength': keyLength!,
if (keyType != null) 'keyType': keyType!,
if (kind != null) 'kind': kind!,
};