birthDate property
DateTime?
get
birthDate
The date of birth for the practitioner.
Implementation
DateTime? get birthDate => birthDateField.getValue(json);
The date of birth for the practitioner.
DateTime? get birthDate => birthDateField.getValue(json);