Consult constructor
const
Consult({})
Implementation
const Consult({
this.firstName = '',
this.lastName = '',
this.phoneNumber = 0,
this.chiefComplaint = '',
this.clinicalFindings = '',
this.treatmentPlan = '',
this.pregnancyHistory = '',
this.symptomsAndComplaints = '',
this.careRecommendations = '',
});