BMFVehicleInfo class

路线换乘方案里的交通工具信息类

Constructors

BMFVehicleInfo({String? uid, String? title, int? passStationNum, int? totalPrice, int? zonePrice})
有参构造
BMFVehicleInfo.fromMap(Map map)
map => BMFVehicleInfo

Properties

hashCode → int
The hash code for this object.
no setterinherited
passStationNum ↔ int?
该交通路线的所乘站数
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title ↔ String?
该交通路线的名称
getter/setter pair
totalPrice ↔ int?
该交通路线的全程价格
getter/setter pair
uid ↔ String?
该交通路线的标识
getter/setter pair
zonePrice ↔ int?
该交通路线的所乘区间的区间价格
getter/setter pair

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