IncludeReplicas constructor

IncludeReplicas({
  1. bool? autoFailoverDisabled,
  2. List<ReplicaSelection>? replicaSelections,
})

Implementation

IncludeReplicas({
  this.autoFailoverDisabled,
  this.replicaSelections,
});