hasNotEmailConfirmedAt property
bool
get
hasNotEmailConfirmedAt
Returns true if emailConfirmedAt
is null, otherwise false.
Implementation
bool get hasNotEmailConfirmedAt => !hasEmailConfirmedAt;
Returns true if emailConfirmedAt
is null, otherwise false.
bool get hasNotEmailConfirmedAt => !hasEmailConfirmedAt;