nextDown method

num nextDown()

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

Implementation

num nextDown() => this.floor();