menu
ari_utils package
documentation
ari_utils.dart
Logical
nor static method
nor static method
dark_mode
light_mode
nor
static method
bool
nor
(
bool
a
,
bool
b
)
Implementation
static bool nor(bool a, bool b) { if (!a && !b) { return true; } return false; }
ari_utils package
documentation
ari_utils
Logical
nor static method
Logical class