menu
extension_utils package
documentation
number_utils.dart
NumberUtils
swapSign method
swapSign method
dark_mode
light_mode
swapSign
method
num
swapSign
(
)
Swap the sign of the number.
Implementation
num swapSign() => -this;
extension_utils package
documentation
number_utils
NumberUtils
swapSign method
NumberUtils extension on
num