WeatherResponse class

Constructors

WeatherResponse.fromFlatBuffer(Uint8List bytes)
factory

Properties

currentWeatherData Map<Current, WeatherParameterData>?
final
dailyWeatherData Map<Daily, WeatherParameterData>?
final
elevation double
final
generationTime Duration
final
hashCode int
The hash code for this object.
no setterinherited
hourlyWeatherData Map<Hourly, WeatherParameterData>?
final
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String?
final
timezoneAbbreviation String?
final
utcOffset Duration
final

Methods

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

Operators

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