fahrenheit property

double get fahrenheit

Convert celsius to fahrenheit

Implementation

double get fahrenheit => (this * 9 / 5) + 32.0;