AppMetricaBirthDateAttribute.withDateParts(int year, int month, {int? day}) : _age = null, _year = year, _month = month, _day = day, _reset = false;