Dart
dart:core
num
abs abstract method
abs
Dart
dart:core
num
abs abstract method
num class
Constructors
num
Properties
hashCode
isFinite
isInfinite
isNaN
isNegative
runtimeType
sign
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
noSuchMethod
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Static methods
parse
tryParse
description
abs
method
Null safety
num
abs
(
)
Returns the absolute value of this
num
.
Implementation
num abs();