abs method

  1. @override
double abs()

Returns the absolute value of this double.

Implementation

@override
double abs() => value.abs();