LookupCurrentConditionsRequest class

The request definition of the air quality current conditions.

Constructors

LookupCurrentConditionsRequest({List<CustomLocalAqi>? customLocalAqis, List<String>? extraComputations, String? languageCode, LatLng? location, String? uaqiColorPalette, bool? universalAqi})
LookupCurrentConditionsRequest.fromJson(Map json_)

Properties

customLocalAqis List<CustomLocalAqi>?
Expresses a 'country/region to AQI' relationship.
getter/setter pair
extraComputations List<String>?
Additional features that can be optionally enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
Allows the client to choose the language for the response.
getter/setter pair
location LatLng?
The longitude and latitude from which the API looks for air quality current conditions data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uaqiColorPalette String?
Determines the color palette used for data provided by the 'Universal Air Quality Index' (UAQI).
getter/setter pair
universalAqi bool?
If set to true, the Universal AQI will be included in the 'indexes' field of the response.
getter/setter pair

Methods

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

Operators

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