ReplicaInfo constructor

ReplicaInfo({
  1. bool? defaultLeaderLocation,
  2. String? location,
  3. String? type,
})

Implementation

ReplicaInfo({this.defaultLeaderLocation, this.location, this.type});