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