abs method Null safety

int abs()

Returns the absolute value of this integer.

Implementation

int abs() => _value.abs();