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