BMFWeatherSearchForecasts class
Constructors
- BMFWeatherSearchForecasts({String date, String week, int lowestTemp, int highestTemp, String windPowerDay, String windPowerNight, String windDirectionDay, String windDirectionrNight, String phenomenonDay, String phenomenonNight, int airQualityIndex})
- 有参构造
- BMFWeatherSearchForecasts.fromMap(Map map)
- map => BMFWeatherSearchForecasts
Properties
- airQualityIndex ↔ int
-
空气质量指数数值,高级字段
read / write
- date ↔ String
-
日期,北京时区
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- highestTemp ↔ int
-
最高温度(℃)
read / write
- lowestTemp ↔ int
-
最低温度(℃)
read / write
- phenomenonDay ↔ String
-
白天天气现象
read / write
- phenomenonNight ↔ String
-
晚上天气现象
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- week ↔ String
-
星期,北京时区
read / write
- windDirectionDay ↔ String
-
白天风向
read / write
- windDirectionrNight ↔ String
-
晚上风向
read / write
- windPowerDay ↔ String
-
白天风力
read / write
- windPowerNight ↔ String
-
晚上风力
read / write
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> - model -> map
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited