removeDecimal method

double removeDecimal()

Implementation

double removeDecimal() {
  return double.parse(toStringAsFixed(0));
}