menu
flutter_weather_forecast package
documentation
models/forecast_model.dart
ForecastModel
fromJsonModel static method
fromJsonModel static method
dark_mode
light_mode
fromJsonModel
static method
ForecastModel
fromJsonModel
(
Map
<
String
,
dynamic
>
map
)
Implementation
static ForecastModel fromJsonModel(Map<String, dynamic> map) => ForecastModel.fromMap(map);
flutter_weather_forecast package
documentation
models/forecast_model
ForecastModel
fromJsonModel static method
ForecastModel class