isAuthenticated property

bool get isAuthenticated

Returns true if a user is authenticated.

Implementation

bool get isAuthenticated => user != null || authenticatable != null;