nextUp method

num nextUp()

Returns the value nearest to this value in direction of positive infinity.

Implementation

num nextUp() => this.ceil();