DoctorDetails constructor
- Key? key,
- required Doctor? doctor,
- Organization? org,
- Organization? orgBabyBeat,
Implementation
const DoctorDetails(
{super.key,
required this.doctor,
this.org,
this.orgBabyBeat,
});
const DoctorDetails(
{super.key,
required this.doctor,
this.org,
this.orgBabyBeat,
});