getWeatherSummary method

String getWeatherSummary()

Provides a human-readable weather summary

Implementation

String getWeatherSummary() {
  return '$description, ${temperature.toStringAsFixed(1)}°C';
}