toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (glossaryTranslations != null)
'glossaryTranslations': glossaryTranslations!,
if (languageCode != null) 'languageCode': languageCode!,
if (translations != null) 'translations': translations!,
};