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