menu
ndk package
documentation
domain_layer/usecases/accounts/accounts.dart
Accounts
isNotLoggedIn property
isNotLoggedIn property
dark_mode
light_mode
isNotLoggedIn
property
bool
get
isNotLoggedIn
is not logged in
Implementation
bool get isNotLoggedIn => !isLoggedIn;
ndk package
documentation
domain_layer/usecases/accounts/accounts
Accounts
isNotLoggedIn property
Accounts class