temperatureInCelcius property

String temperatureInCelcius
latefinal

The temperature in celsius, with symbol.

Implementation

late final String temperatureInCelcius =
    '${(temperature ?? -1).toStringAsFixed(1)} °C';