menu
openweathermap package
documentation
openweather_entities.dart
Details
Details.new constructor
Details.new constructor
dark_mode
light_mode
Details
constructor
Details
(
int
id
,
String
main
,
String
description
,
String
icon
,
)
Creates a
Details
object
Implementation
Details( this.id, this.main, this.description, this.icon, );
openweathermap package
documentation
openweather_entities
Details
Details.new constructor
Details class