DoctorSection constructor
DoctorSection(
- String title, [
- List<
DoctorCheck> ? checks
Implementation
DoctorSection(this.title, [List<DoctorCheck>? checks]) : checks = (checks ?? <DoctorCheck>[]).toList();