ceil property
num
get
ceil
Returns the smallest integer greater than or equal to the number.
Implementation
num get ceil => ceilToDouble();
Returns the smallest integer greater than or equal to the number.
num get ceil => ceilToDouble();