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