isUnauthenticated property

bool get isUnauthenticated

Returns true if the AuthState is Unauthenticated.

Implementation

bool get isUnauthenticated => this is Unauthenticated;