BMFWeatherSearchAlerts class Null safety

Constructors

BMFWeatherSearchAlerts({String? type, String? level, String? title, String? desc})
有参构造
BMFWeatherSearchAlerts.fromMap(Map map)
map => BMFWeatherSearchAlerts

Properties

desc ↔ String?
预警详细提示信息,高级字段
read / write
hashCode → int
The hash code for this object.
read-only, inherited
level ↔ String?
预警事件等级,高级字段
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
title ↔ String?
预警标题,高级字段
read / write
type ↔ 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