doctor property
DEMedicalPlanDoctor
get
doctor
The child document of type "Doctor".
Implementation
document_wrapper.DEMedicalPlanDoctor get doctor => document
.childByDocumentType("Doctor")!
.let((child) => document_wrapper.DEMedicalPlanDoctor(child));