Repository constructor

Repository({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. InitialConfig? initialConfig,
  5. String? instance,
  6. String? name,
  7. String? uid,
  8. String? updateTime,
  9. URIs? uris,
})

Implementation

Repository({
  this.createTime,
  this.description,
  this.etag,
  this.initialConfig,
  this.instance,
  this.name,
  this.uid,
  this.updateTime,
  this.uris,
});