abs property

num get abs

Implementation

num get abs => _abs;
set abs (num abs)

Implementation

set abs(num abs) => _abs = abs;