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