isUnknown property

bool get isUnknown

Whether the state is unknown (initial)

Implementation

bool get isUnknown => status == AuthStatus.unknown;