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