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?
-
空气质量指数数值,高级字段
getter/setter pair
- date ↔ String?
-
日期,北京时区
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highestTemp ↔ int?
-
最高温度(℃)
getter/setter pair
- lowestTemp ↔ int?
-
最低温度(℃)
getter/setter pair
- phenomenonDay ↔ String?
-
白天天气现象
getter/setter pair
- phenomenonNight ↔ String?
-
晚上天气现象
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- week ↔ String?
-
星期,北京时区
getter/setter pair
- windDirectionDay ↔ String?
-
白天风向
getter/setter pair
- windDirectionrNight ↔ String?
-
晚上风向
getter/setter pair
- windPowerDay ↔ String?
-
白天风力
getter/setter pair
- windPowerNight ↔ String?
-
晚上风力
getter/setter pair
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - model -> map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited