isNotEmailAuthFactor property
bool
get
isNotEmailAuthFactor
Returns negated true or false from emailAuthFactor
.
Implementation
bool get isNotEmailAuthFactor => !isEmailAuthFactor;
Returns negated true or false from emailAuthFactor
.
bool get isNotEmailAuthFactor => !isEmailAuthFactor;