DoctorCheck constructor
DoctorCheck(
- DoctorStatus status,
- String label, {
- String? hint,
Implementation
DoctorCheck(this.status, this.label, {this.hint});
DoctorCheck(this.status, this.label, {this.hint});