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