LabInfo constructor

LabInfo({
  1. String? name,
  2. String? regionCode,
})

Implementation

LabInfo({this.name, this.regionCode});