floor method

Decimal floor()

Returns the greatest integer value no greater than this num.

Implementation

Decimal floor() => Decimal._fromRational(_rational.floor());