AirQualityData constructor

AirQualityData(
  1. double? _co,
  2. double? _no2,
  3. double? _o3,
  4. double? _so2,
  5. double? _pm2_5,
  6. double? _pm10,
  7. int? _usEpaIndex,
  8. int? _gbDefraIndex,
)

Implementation

AirQualityData(this._co, this._no2, this._o3, this._so2, this._pm2_5,
    this._pm10, this._usEpaIndex, this._gbDefraIndex);