indexes property
Based on the request parameters, this list will include (up to) two air quality indexes: - Universal AQI.
Will be returned if the universalAqi boolean is set to true. - Local AQI. Will be returned if the LOCAL_AQI extra computation is specified.
Implementation
core.List<AirQualityIndex>? indexes;