menu
fclean package
documentation
models/doctor_check.dart
DoctorCheck
DoctorCheck.new const constructor
DoctorCheck.new const constructor
dark_mode
light_mode
DoctorCheck
constructor
const
DoctorCheck
(
{
required
String
name
,
required
bool
available
,
required
String
message
,
})
Implementation
const DoctorCheck({ required this.name, required this.available, required this.message, });
fclean package
documentation
models/doctor_check
DoctorCheck
DoctorCheck.new const constructor
DoctorCheck class