BMFWeatherSearchForecastForHours class
Constructors
- BMFWeatherSearchForecastForHours({int relativeHumidity, String dataTime, String windDirection, String windPower, int temperature, int clouds, String phenomenon, int hourlyPrecipitation})
- 有参构造
- BMFWeatherSearchForecastForHours.fromMap(Map map)
- map => BMFWeatherSearchForecastForHours
Properties
- clouds ↔ int
-
云量(%),高级字段
read / write
- dataTime ↔ String
-
数据时间,高级字段
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hourlyPrecipitation ↔ int
-
1小时累计降水量(mm),高级字段
read / write
- phenomenon ↔ String
-
天气现象,高级字段
read / write
- relativeHumidity ↔ int
-
相对湿度(%),高级字段
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- temperature ↔ int
-
温度(℃),高级字段
read / write
- windDirection ↔ String
-
风向描述,高级字段
read / write
- windPower ↔ 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