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