isUnauthenticated property
bool
get
isUnauthenticated
Returns true if the AuthState is Unauthenticated.
Implementation
bool get isUnauthenticated => this is Unauthenticated;
Returns true if the AuthState is Unauthenticated.
bool get isUnauthenticated => this is Unauthenticated;