toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataFormat != null) 'dataFormat': dataFormat!,
  if (entityTypes != null) 'entityTypes': entityTypes!,
  if (entityTypesContentInline != null)
    'entityTypesContentInline': entityTypesContentInline!,
  if (entityTypesUri != null) 'entityTypesUri': entityTypesUri!,
  if (languageCode != null) 'languageCode': languageCode!,
};