celsiusToFahrenheit property

double get celsiusToFahrenheit

Converts Celsius to Fahrenheit.

Implementation

double get celsiusToFahrenheit => this * 9 / 5 + 32;