Replica constructor

Replica({
  1. String? location,
  2. String? primaryState,
  3. String? replicaState,
})

Implementation

Replica({this.location, this.primaryState, this.replicaState});