indexes property

List<AirQualityIndex>? indexes
getter/setter pair

Based on the request parameters, this list will include (up to) two air quality indexes: - Universal AQI.

Will be returned if the universal_aqi boolean is set to true. - Local AQI. Will be returned if the LOCAL_AQI extra computation is specified.

Implementation

core.List<AirQualityIndex>? indexes;