hasNotBirthDate property

bool get hasNotBirthDate

Returns true if birthDate is null, otherwise false.

Implementation

bool get hasNotBirthDate => !hasBirthDate;