menu
weather
open_weather
Sys
Sys constructor
Sys
brightness_4
Sys
constructor
Null safety
Sys
(
{
int
type
=
0
,
int
id
=
0
,
required
String
country
,
int
sunrise
=
0
,
int
sunset
=
0
}
)
Implementation
Sys({ this.type = 0, this.id = 0, required this.country, this.sunrise = 0, this.sunset = 0, });
weather
open_weather
Sys
Sys constructor
Sys class
Constructors
Sys
fromJson
Properties
country
hashCode
id
runtimeType
sunrise
sunset
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==