ceil method

  1. @override
int ceil()

Returns this.

Implementation

@override
int ceil() => value.ceil();