ceil method

int? ceil()

Implementation

int? ceil() => value?.ceil();