ceil method
override
Returns the least integer which is not smaller than this number.
Rounds the number towards infinity.
Throws an UnsupportedError if this number is not finite (NaN or an infinity), .
Implementation
int ceil();
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-core/double/ceil.html