WeatherApiResponse class

Constructors

WeatherApiResponse.new(List<int> bytes)
factory

Properties

current VariablesWithTime?
no setter
daily VariablesWithTime?
no setter
elevation double
no setter
generationTimeMilliseconds double
no setter
hashCode int
The hash code for this object.
no setterinherited
hourly VariablesWithTime?
no setter
latitude double
no setter
locationId int
no setter
longitude double
no setter
minutely15 VariablesWithTime?
no setter
model Model
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sixHourly VariablesWithTime?
no setter
timezone String?
no setter
timezoneAbbreviation String?
no setter
utcOffsetSeconds int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

reader → const Reader<WeatherApiResponse>