BMFPlaneVehicleInfo class Null safety

公共交通方案里的交通工具信息类 - 飞机

Inheritance

Constructors

BMFPlaneVehicleInfo({String? name, String? departureStation, String? arriveStation, String? departureTime, String? arriveTime, double? price, double? discount, String? airlines, String? bookingUrl})
有参构造
BMFPlaneVehicleInfo.fromMap(Map map)
map => BMFPlaneVehicleInfo

Properties

airlines ↔ String?
航空公司
read / write
arriveStation ↔ String?
到达站
read / write, inherited
arriveTime ↔ String?
到达时间(BMFBusVehicleInfo时arriveTime为空)
read / write, inherited
bookingUrl ↔ String?
订票网址
read / write
departureStation ↔ String?
出发站
read / write, inherited
departureTime ↔ String?
出发时间(BMFBusVehicleInfo时departureTime为空)
read / write, inherited
discount ↔ double?
折扣
read / write
hashCode → int
The hash code for this object.
read-only, inherited
name ↔ String?
该交通路线的名称
read / write, inherited
price ↔ double?
价格(单位:元)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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