AirQualityData class

A class to represent air quality data.

Constructors

AirQualityData(double? _co, double? _no2, double? _o3, double? _so2, double? _pm2_5, double? _pm10, int? _usEpaIndex, int? _gbDefraIndex)

Properties

co double?
no setter
gbDefraIndex int?
no setter
hashCode int
The hash code for this object.
no setterinherited
no2 double?
no setter
o3 double?
no setter
pm10 double?
no setter
pm2_5 double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
so2 double?
no setter
usEpaIndex int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited