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