abs property

num abs

Implementation

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

Implementation

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