roundUpAbs property

int get roundUpAbs

Implementation

int get roundUpAbs => isNegative ? floor() : ceil();