floor property
num
get
floor
Returns the largest integer less than or equal to the number.
Implementation
num get floor => floorToDouble();
Returns the largest integer less than or equal to the number.
num get floor => floorToDouble();