hasVerifiedEmail property

bool get hasVerifiedEmail

Implementation

bool get hasVerifiedEmail {
  return authUser?.isEmailVerified ?? false;
}