tenth property

double get tenth

Returns one-tenth of the number.

Implementation

double get tenth => this / 10;