ceil property

num get ceil

Returns the smallest integer greater than or equal to the number.

Implementation

num get ceil => ceilToDouble();