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

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