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