floor method

  1. @override
int floor()

Returns this.

Implementation

@override
int floor() => value.floor();