fourth property

double get fourth

Returns one-fourth of the number.

Implementation

double get fourth => this / 4;