menu
jetleaf_lang package
documentation
lang.dart
BoolExtensions
notEquals method
notEquals method
dark_mode
light_mode
notEquals
method
bool
notEquals
(
bool
other
)
Case in-equality check.
Implementation
bool notEquals(bool other) => this != other;
jetleaf_lang package
documentation
lang
BoolExtensions
notEquals method
BoolExtensions extension on
bool