BMFWeatherSearchNow class Null safety

Constructors

BMFWeatherSearchNow({int? relativeHumidity, int? sensoryTemp, String? phenomenon, String? windDirection, String? updateTime, int? temperature, String? windPower, int? clouds, double? hourlyPrecipitation, int? visibility, int? O3, int? PM2_5, int? NO2, int? SO2, int? airQualityIndex, int? PM10, double? CO})
有参构造
BMFWeatherSearchNow.fromMap(Map map)
map => BMFWeatherSearchNow

Properties

airQualityIndex ↔ int?
空气质量指数数值,高级字段,仅国内支持
read / write
clouds ↔ int?
云量(%),高级字段
read / write
CO ↔ double?
一氧化碳浓度(mg/m3),高级字段,仅国内支持
read / write
hashCode → int
The hash code for this object.
read-only, inherited
hourlyPrecipitation ↔ double?
1小时累计降水量(mm),高级字段
read / write
NO2 ↔ int?
二氧化氮浓度(μg/m3),高级字段,仅国内支持
read / write
O3 ↔ int?
臭氧浓度(μg/m3),高级字段,仅国内支持
read / write
phenomenon ↔ String?
天气现象
read / write
PM2_5 ↔ int?
pm2.5浓度(μg/m3),高级字段,仅国内支持
read / write
PM10 ↔ int?
pm10浓度(μg/m3),高级字段,仅国内支持
read / write
relativeHumidity ↔ int?
相对湿度(%)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
sensoryTemp ↔ int?
体感温度(℃)
read / write
SO2 ↔ int?
二氧化硫浓度(μg/m3),高级字段,仅国内支持
read / write
temperature ↔ int?
温度(℃)
read / write
updateTime ↔ String?
数据更新时间,北京时间
read / write
visibility ↔ int?
能见度(m),高级字段
read / write
windDirection ↔ String?
风向描述
read / write
windPower ↔ String?
风力等级
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited