ReplicaSelection constructor

ReplicaSelection({
  1. String? location,
  2. String? type,
})

Implementation

ReplicaSelection({
  this.location,
  this.type,
});