setDateOfBirth method

dynamic setDateOfBirth(
  1. int value
)

Implementation

setDateOfBirth(int value) {
  _dateOfBirth = value;
}