BitbucketServerRepository constructor

BitbucketServerRepository({
  1. String? browseUri,
  2. String? description,
  3. String? displayName,
  4. String? name,
  5. BitbucketServerRepositoryId? repoId,
})

Implementation

BitbucketServerRepository({
  this.browseUri,
  this.description,
  this.displayName,
  this.name,
  this.repoId,
});