BMFBaseVehicleInfo class

公共交通方案里的交通工具信息基类类

Implementers

Constructors

BMFBaseVehicleInfo({String? name, String? departureStation, String? arriveStation, String? departureTime, String? arriveTime})
有参构造
BMFBaseVehicleInfo.fromMap(Map map)
map => BMFBaseVehicleInfo

Properties

arriveStation ↔ String?
到达站
getter/setter pair
arriveTime ↔ String?
到达时间(BMFBusVehicleInfo时arriveTime为空)
getter/setter pair
departureStation ↔ String?
出发站
getter/setter pair
departureTime ↔ String?
出发时间(BMFBusVehicleInfo时departureTime为空)
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String?
该交通路线的名称
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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