menu
minh_weather_app package
documentation
features/weather/data/models/weather_model.dart
CurrentWeather
CurrentWeather.new constructor
CurrentWeather.new constructor
dark_mode
light_mode
CurrentWeather
constructor
CurrentWeather
(
{
double
?
temperature
,
int
?
weathercode
,
})
Implementation
CurrentWeather( {this.temperature, this.weathercode});
minh_weather_app package
documentation
features/weather/data/models/weather_model
CurrentWeather
CurrentWeather.new constructor
CurrentWeather class