celsiusToFahrenheit property
double
get
celsiusToFahrenheit
Converts Celsius to Fahrenheit.
Implementation
double get celsiusToFahrenheit => this * 9 / 5 + 32;
Converts Celsius to Fahrenheit.
double get celsiusToFahrenheit => this * 9 / 5 + 32;