menu
orkitt package
documentation
utils.dart
AbsoluteValue
absoluteValue property
absoluteValue property
dark_mode
light_mode
absoluteValue
property
num
get
absoluteValue
Implementation
num get absoluteValue { return this < 0 ? -this : this; }
orkitt package
documentation
utils
AbsoluteValue
absoluteValue property
AbsoluteValue extension on
num