abs method

BigInteger abs()

Returns the absolute value of this BigInteger.

Implementation

BigInteger abs() => BigInteger._(_value.abs());