abs method

num abs()

Returns the absolute value of this num.

Implementation

num abs() => value.abs();