hasNotEmail property
bool
get
hasNotEmail
Returns true if email
is null, otherwise false.
Implementation
bool get hasNotEmail => !hasEmail;
Returns true if email
is null, otherwise false.
bool get hasNotEmail => !hasEmail;