temperature_unit property

String? temperature_unit
getter/setter pair

Default celsius. If fahrenheit is set, all temperature values are converted to Fahrenheit.

Implementation

String? temperature_unit=TemperatureInit.celsus;