toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final repositoryBase = this.repositoryBase;
final repositoryPath = this.repositoryPath;
return {
'repositoryBase': ?repositoryBase,
'repositoryPath': ?repositoryPath,
};
}