menu
cutils package
documentation
ext/double_ext.dart
DoubleFormating
subtract method
subtract method
dark_mode
light_mode
subtract
method
double
subtract
(
double
other
)
Implementation
double subtract(double other) => safeValue - other;
cutils package
documentation
ext/double_ext
DoubleFormating
subtract method
DoubleFormating extension on
double
?