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