lowString property
String
get
lowString
Temperature low with unit of measurement.
Implementation
String get lowString {
return '${low.toStringAsFixed(1)}$unitString';
}
Temperature low with unit of measurement.
String get lowString {
return '${low.toStringAsFixed(1)}$unitString';
}