isNotEmailAuthFactor property

bool get isNotEmailAuthFactor

Returns negated true or false from emailAuthFactor.

Implementation

bool get isNotEmailAuthFactor => !isEmailAuthFactor;