menu
refreshed package
documentation
get_rx/src/rx_types/rx_types.dart
RxnBoolExt
isTrue property
isTrue property
dark_mode
light_mode
isTrue
property
bool
?
get
isTrue
Returns
true
if the value is
true
.
Implementation
bool? get isTrue => value;
refreshed package
documentation
get_rx/src/rx_types/rx_types
RxnBoolExt
isTrue property
RxnBoolExt extension on
Rx
<
bool
?
>