GitLabRepository constructor

GitLabRepository({
  1. String? browseUri,
  2. String? description,
  3. String? displayName,
  4. String? name,
  5. GitLabRepositoryId? repositoryId,
})

Implementation

GitLabRepository({
  this.browseUri,
  this.description,
  this.displayName,
  this.name,
  this.repositoryId,
});