celsius property

double get celsius

Convert fahrenheit to celsius

Implementation

double get celsius => (this - 32.0) * 5 / 9;