Replica constructor

Replica({
  1. String? regionName,
})

Implementation

Replica({
  this.regionName,
});