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