truncate method

Double truncate()

Truncates this Double to an integer.

Implementation

Double truncate() => Double(_value.truncateToDouble());