isAuthenticated property

bool isAuthenticated

Implementation

bool get isAuthenticated =>
    state.status == AuthenticationStatus.authenticated;