menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxnDoubleExt
abs method
abs method
dark_mode
light_mode
abs
method
double
?
abs
(
)
Returns the absolute value of this
double
.
Implementation
double? abs() { return value?.abs(); }
get package
documentation
get_rx/src/rx_types/rx_types
RxnDoubleExt
abs method
RxnDoubleExt extension on
Rx
<
double
?
>