fragments/weather/helpers library
Constants
-
$WindDirectionEnumMap
→ const Map<
WindDirection, String>
Functions
-
string2windDir(
String? s) → WindDirection? -
weather2icon(
Weather? w) → IconData -
windDir2icon(
WindDirection? wd) → Widget -
windDir2string(
WindDirection? wd) → String?