toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (contextualTranslationEnabled != null)
'contextualTranslationEnabled': contextualTranslationEnabled!,
if (glossary != null) 'glossary': glossary!,
if (ignoreCase != null) 'ignoreCase': ignoreCase!,
};