weatherAsset property

String get weatherAsset

When we want to show the weather as a Icon

Implementation

String get weatherAsset => weatherMap[weatherCondition] ?? "Unknown";