isAuthenticated property

bool get isAuthenticated

Returns true if the AuthState is Authenticated.

Implementation

bool get isAuthenticated => this is Authenticated;