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