Repo constructor

Repo({
  1. MirrorConfig? mirrorConfig,
  2. String? name,
  3. Map<String, PubsubConfig>? pubsubConfigs,
  4. String? size,
  5. String? url,
})

Implementation

Repo({
  this.mirrorConfig,
  this.name,
  this.pubsubConfigs,
  this.size,
  this.url,
});