hasBirthDate property

bool get hasBirthDate

Returns true if birthDate is not null, otherwise false.

Implementation

bool get hasBirthDate => birthDate != null;