toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final alternativeOutputFormat = this.alternativeOutputFormat;
final documentContent = this.documentContent;
final licensedVocabularies = this.licensedVocabularies;
return {
'alternativeOutputFormat': ?alternativeOutputFormat,
'documentContent': ?documentContent,
'licensedVocabularies': ?licensedVocabularies,
};
}