absoluteValue property

num get absoluteValue

Returns the absolute value of this value.

Implementation

num get absoluteValue => abs(this);