DeleteRepositoryOutput constructor

DeleteRepositoryOutput({
  1. String? repositoryId,
})

Implementation

DeleteRepositoryOutput({
  this.repositoryId,
});