BMFBusLineResult class Null safety

公共交通路线查询结果类

Constructors

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

Properties

basicPrice ↔ double?
起步票价
read / write
busLineDirection ↔ String?
公交线路方向
read / write
busLineName ↔ String?
公交线路名称
read / write
busStations ↔ List?
所有公交站点信息,成员类型为BMKBusStation
read / write
busSteps ↔ List?
公交路线分段信息,成员类型为BMKBusStep
read / write
endTime ↔ String?
公交路线末班车时间
read / write
hashCode → int
The hash code for this object.
read-only, inherited
isMonTicket ↔ bool?
公交路线是否有月票
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
startTime ↔ String?
公交路线首班车时间
read / write
totalPrice ↔ double?
全程票价
read / write
uid ↔ String?
公交线路uid
read / write

Methods

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

Operators

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