menu
u package
documentation
utilities.dart
RxBoolExt
operator & method
operator & method
dark_mode
light_mode
operator &
method
bool
operator &
(
bool
other
)
Implementation
bool operator &(bool other) => other && value;
u package
documentation
utilities
RxBoolExt
operator & method
RxBoolExt extension on
Rx
<
bool
>