getWeatherSummary method
Provides a human-readable weather summary
Implementation
String getWeatherSummary() {
return '$description, ${temperature.toStringAsFixed(1)}°C';
}
Provides a human-readable weather summary
String getWeatherSummary() {
return '$description, ${temperature.toStringAsFixed(1)}°C';
}