BitBucketCloudRepo constructor

BitBucketCloudRepo(
  1. String name,
  2. String fullName,
  3. String uuid
)

Implementation

BitBucketCloudRepo(this.name, this.fullName, this.uuid);