factory Replica.fromJson(Map<String, dynamic> json) { return Replica( regionName: json['RegionName'] as String?, ); }