Conditions class Weather

Weather conditions for a given timestamp

Constructors

Conditions({required String type, required DateTime stamp, required String description, required Daylight daylight, required List<Parameter> params, required Img img})
Conditions.fromJson(Map<String, dynamic> json)
factory

Properties

daylight Daylight
Daylight condition
getter/setter pair
description String
Description translated according to the current SDK language
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image Uint8List
Image representation
no setter
img Img
The conditions image
getter/setter pair
params List<Parameter>
Parameter list
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stamp DateTime
Datetime for condition (UTC).
getter/setter pair
type String
Type. For possible values see PredefinedParameterTypeValues
getter/setter pair

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