temperatureUnit property

String? temperatureUnit
getter/setter pair

The measurement unit defined in the user's account settings.

Optional. Possible string values are:

  • "TEMPERATURE_UNIT_UNSPECIFIED" : Temperature unit is not specified.
  • "TEMPERATURE_UNIT_CELSIUS" : Temperature unit is Celsius.
  • "TEMPERATURE_UNIT_FAHRENHEIT" : Temperature unit is Fahrenheit.

Implementation

core.String? temperatureUnit;