isAuthenticated property
bool
get
isAuthenticated
Returns true if the AuthState is Authenticated.
Implementation
bool get isAuthenticated => this is Authenticated;
Returns true if the AuthState is Authenticated.
bool get isAuthenticated => this is Authenticated;