setDateOfBirth method

void setDateOfBirth(
  1. DateTime? dob
)

Implementation

void setDateOfBirth(DateTime? dob) {
  this.dateOfBirth = dob;
}