hasNotBirthDate property
bool
get
hasNotBirthDate
Returns true if birthDate
is null, otherwise false.
Implementation
bool get hasNotBirthDate => !hasBirthDate;
Returns true if birthDate
is null, otherwise false.
bool get hasNotBirthDate => !hasBirthDate;