DoctorCheck constructor

DoctorCheck(
  1. DoctorStatus status,
  2. String label, {
  3. String? hint,
})

Implementation

DoctorCheck(this.status, this.label, {this.hint});