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