core.Map<core.String, core.dynamic> toJson() => { if (aqi != null) 'aqi': aqi!, if (regionCode != null) 'regionCode': regionCode!, };