third property

double get third

Returns one-third of the number.

Implementation

double get third => this / 3;