CreateRepositoryRequest constructor
CreateRepositoryRequest({
- String? parent,
- Repository? repository,
- String? repositoryId,
Implementation
CreateRepositoryRequest({
this.parent,
this.repository,
this.repositoryId,
});