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