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