BMFBusLineResult class

公共交通路线查询结果类

Inheritance

Constructors

BMFBusLineResult({String? busLineName, String? busLineDirection, String? uid, String? startTime, String? endTime, bool? isMonTicket, double? basicPrice, double? totalPrice, List<BMFBusStation>? busStations, List<BMFBusStep>? busSteps})
有参构造
BMFBusLineResult.fromMap(Map map)
map => BMFBusLineResult

Properties

basicPrice ↔ double?
起步票价
getter/setter pair
busLineDirection ↔ String?
公交线路方向
getter/setter pair
busLineName ↔ String?
公交线路名称
getter/setter pair
busStations ↔ List<BMFBusStation>?
所有公交站点信息,成员类型为BMKBusStation
getter/setter pair
busSteps ↔ List<BMFBusStep>?
公交路线分段信息,成员类型为BMKBusStep
getter/setter pair
endTime ↔ String?
公交路线末班车时间
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id → String
getter方法 用于区分不同搜索结果
no setterinherited
isMonTicket ↔ bool?
公交路线是否有月票
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startTime ↔ String?
公交路线首班车时间
getter/setter pair
totalPrice ↔ double?
全程票价
getter/setter pair
uid ↔ String?
公交线路uid
getter/setter pair

Methods

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

Operators

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