Repository constructor

Repository({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? etag,
  4. String? name,
  5. String? remoteUri,
  6. String? updateTime,
  7. String? webhookId,
})

Implementation

Repository({
  this.annotations,
  this.createTime,
  this.etag,
  this.name,
  this.remoteUri,
  this.updateTime,
  this.webhookId,
});