hasNotEmailConfirmedAt property

bool get hasNotEmailConfirmedAt

Returns true if emailConfirmedAt is null, otherwise false.

Implementation

bool get hasNotEmailConfirmedAt => !hasEmailConfirmedAt;