absoluteValue property
num
get
absoluteValue
Returns the absolute value of this value.
Implementation
num get absoluteValue => abs(this);
Returns the absolute value of this value.
num get absoluteValue => abs(this);