CreateRepositoryRequest constructor

CreateRepositoryRequest({
  1. String? parent,
  2. Repository? repository,
  3. String? repositoryId,
})

Implementation

CreateRepositoryRequest({
  this.parent,
  this.repository,
  this.repositoryId,
});