core.Map<core.String, core.dynamic> toJson() { final sentiment = this.sentiment; final text = this.text; final type = this.type; return {'sentiment': ?sentiment, 'text': ?text, 'type': ?type}; }