toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (blocklistKeywords != null) 'blocklistKeywords': blocklistKeywords!,
  if (disabledIntentTypes != null)
    'disabledIntentTypes': disabledIntentTypes!,
  if (example != null) 'example': example!,
  if (inlineSource != null) 'inlineSource': inlineSource!,
  if (modelPreamble != null) 'modelPreamble': modelPreamble!,
};