BMFStationRecommendStopInfo class Null safety

Constructors

BMFStationRecommendStopInfo({String? stationName, List<BMFRecommendStopInfo>? recommendStopsInfoList})
BMFStationRecommendStopInfo.fromMap(Map map)

Properties

hashCode → int
The hash code for this object.
read-only, inherited
recommendStopsInfoList ↔ List<BMFRecommendStopInfo>?
推荐上车点返回结果列表,无场站分层信息时为普通推荐上车点
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
stationName ↔ String?
场站分层名称信息,逗号隔开,如:(北京首都国际机场,T1航站楼,停车场),无场站分层信息时为空字符串
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