BirthDateAttribute.withYear constructor

BirthDateAttribute.withYear(
  1. int year
)

Implementation

BirthDateAttribute.withYear(int year)
    : _age = null,
      _year = year,
      _month = null,
      _day = null,
      _reset = false;