abs method

BigDecimal abs()

Implementation

BigDecimal abs() => BigDecimal._(intVal: intVal.abs(), scale: scale);