Replication constructor

Replication({
  1. List<ReplicaConfig>? replicas,
  2. String? role,
})

Implementation

Replication({
  this.replicas,
  this.role,
});