isLoggedIn property

bool get isLoggedIn

is logged in

Implementation

bool get isLoggedIn => getLoggedAccount() != null;