menu
weather package
documentation
weather.dart
Weather
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
?
toJson
(
)
The original JSON data from the API
Implementation
Map<String, dynamic>? toJson() => _weatherData;
weather package
documentation
weather
Weather
toJson method
Weather class