date_of_birth_specs
The individual's date of birth.
const AccountDob({ required this.day, required this.month, required this.year, });