Repo constructor
Repo({
- MirrorConfig? mirrorConfig,
- String? name,
- Map<
String, PubsubConfig> ? pubsubConfigs, - String? size,
- String? url,
Implementation
Repo({
this.mirrorConfig,
this.name,
this.pubsubConfigs,
this.size,
this.url,
});