isAuthenticated property
bool
get
isAuthenticated
Returns true if a user is authenticated.
Implementation
bool get isAuthenticated => user != null || authenticatable != null;
Returns true if a user is authenticated.
bool get isAuthenticated => user != null || authenticatable != null;