Replication constructor
Replication({
- List<
ReplicaConfig> ? replicas, - String? role,
Implementation
Replication({
this.replicas,
this.role,
});
Replication({
this.replicas,
this.role,
});