menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxnBoolExt extension
RxnBoolExt extension
dark_mode
light_mode
RxnBoolExt
extension
on
Rx
<
bool
?
>
Properties
isFalse
→
bool
?
no setter
isTrue
→
bool
?
no setter
Methods
toggle
(
)
→
Rx
<
bool
?
>
?
Toggles the bool
value
between false and true. A shortcut for
flag.value = !flag.value;
FIXME: why return this? fluent interface is not not really a dart thing since we have '..' operator
Operators
operator &
(
bool
other
)
→
bool
?
operator ^
(
bool
other
)
→
bool
?
operator |
(
bool
other
)
→
bool
?
get package
documentation
get_rx/src/rx_types/rx_types
RxnBoolExt extension
rx_types library