floor property

num get floor

Returns the largest integer less than or equal to the number.

Implementation

num get floor => floorToDouble();