BMFWeatherSearchForecastForHours class
Properties
-
clouds
↔ int?
-
云量(%),高级字段
getter/setter pair
-
dataTime
↔ String?
-
数据时间,高级字段
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hourlyPrecipitation
↔ int?
-
1小时累计降水量(mm),高级字段
getter/setter pair
-
phenomenon
↔ String?
-
天气现象,高级字段
getter/setter pair
-
relativeHumidity
↔ int?
-
相对湿度(%),高级字段
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
temperature
↔ int?
-
温度(℃),高级字段
getter/setter pair
-
windDirection
↔ String?
-
风向描述,高级字段
getter/setter pair
-
windPower
↔ 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