toJson method

Map<String, dynamic> toJson()

Implementation

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