Pollutant class
Data regarding an air quality pollutant.
Constructors
- Pollutant({AdditionalInfo? additionalInfo, String? code, Concentration? concentration, String? displayName, String? fullName})
- Pollutant.fromJson(Map json_)
Properties
- additionalInfo ↔ AdditionalInfo?
-
Additional information about the pollutant.
getter/setter pair
- code ↔ String?
-
The pollutant's code name.
getter/setter pair
- concentration ↔ Concentration?
-
The pollutant's concentration level measured by one of the standard air
pollutation measure units.
getter/setter pair
- displayName ↔ String?
-
The pollutant's display name.
getter/setter pair
- fullName ↔ String?
-
The pollutant's full name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited