abs method

  1. @override
int abs()

See num.abs

Implementation

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