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