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