toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (basicEncryption != null) 'basicEncryption': basicEncryption!,
if (encryptionAndServerValidation != null)
'encryptionAndServerValidation': encryptionAndServerValidation!,
if (encryptionNotEnforced != null)
'encryptionNotEnforced': encryptionNotEnforced!,
};