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