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