customLocalAqis property

List<CustomLocalAqi>? customLocalAqis
getter/setter pair

Expresses a 'country/region to AQI' relationship.

Pairs a country/region with a desired AQI so that air quality data that is required for that country/region will be displayed according to the chosen AQI. This parameter can be used to specify a non-default AQI for a given country, for example, to get the US EPA index for Canada rather than the default index for Canada.

Optional.

Implementation

core.List<CustomLocalAqi>? customLocalAqis;