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