getDateOfBirth method

DateTime? getDateOfBirth()

Implementation

DateTime? getDateOfBirth() {
  return dateOfBirth;
}