ExcludeReplicas constructor

ExcludeReplicas({
  1. List<ReplicaSelection>? replicaSelections,
})

Implementation

ExcludeReplicas({
  this.replicaSelections,
});