CustomLocalAqi constructor

CustomLocalAqi({
  1. String? aqi,
  2. String? regionCode,
})

Implementation

CustomLocalAqi({this.aqi, this.regionCode});