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