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