temperatureString property

String temperatureString

Temperature with unit of measurement.

Implementation

String get temperatureString {
  return '${temperature.toStringAsFixed(1)}$unitString';
}