truncateToDouble method

double truncateToDouble()

Returns this.toDouble().

Implementation

double truncateToDouble() => value.truncateToDouble();