StationNow class
当前监测站
Constructors
- StationNow.fromMap(Map map)
Properties
- aqi ↔ int
-
空气质量指数,AQI和PM25的关系
getter/setter pair
- category ↔ String
-
实时空气质量指数级别
getter/setter pair
- co ↔ double
-
一氧化碳
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
站点id
getter/setter pair
- level ↔ int
-
实时空气质量指数等级
getter/setter pair
- name ↔ String
-
站点名称
getter/setter pair
- no2 ↔ int
-
二氧化氮
getter/setter pair
- o3 ↔ int
-
臭氧
getter/setter pair
- pm2p5 ↔ int
-
PM 2.5
getter/setter pair
- pm10 ↔ int
-
PM 10
getter/setter pair
- primary ↔ String
-
主要污染物
getter/setter pair
- pubTime ↔ String
-
数据发布时间
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- so2 ↔ int
-
二氧化硫
getter/setter pair
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