roundToTenth property

double roundToTenth

Implementation

double get roundToTenth => (this / 10).ceil() * 10;