tenth property

double get tenth

Returns tenth of the number

Implementation

double get tenth => this / 10;