toString method
override
Returns a string representation of this object.
Implementation
String toString() =>
'Weather - place: $areaName ($country), date: $date, weather: $weatherMain, $weatherDescription, temp: $temperature, temp (min): $tempMin, temp (max): $tempMax, sunrise: $sunrise, sunset: $sunset';