abs method

Short abs()

Returns the absolute value of this Short.

Implementation

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