PatientBuilder constructor Null safety

PatientBuilder()

Implementation

PatientBuilder() {
  Patient._setDefaults(this);
}