highString property

String get highString

Temperature high with unit of measurement.

Implementation

String get highString {
  return '${high.toStringAsFixed(1)}$unitString';
}