hasEmailConfirmedAt property

bool get hasEmailConfirmedAt

Returns true if emailConfirmedAt is not null, otherwise false.

Implementation

bool get hasEmailConfirmedAt => emailConfirmedAt != null;