round property

num get round

Returns the closest integer to the number.

Implementation

num get round => roundToDouble();