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