BusStop class
Bus Stop model: Contains data related to Bus Stops
Constructors
- BusStop({String stopId, String stopCode, String stopName, Null ttsStopName, String stopDesc, double stopLat, double stopLon, String zoneId, String stopUrl, int locationType, Null parentStation, String stopTimezone, int wheelchairBoarding, Null levelId, Null platformCode})
-
BusStop.fromJson(Map<
String, dynamic> json)
Properties
- getLatLng → dynamic
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- levelId ↔ Null
-
read / write
- locationType ↔ int
-
read / write
- parentStation ↔ Null
-
read / write
- platformCode ↔ Null
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stopCode ↔ String
-
read / write
- stopDesc ↔ String
-
read / write
- stopId ↔ String
-
read / write
- stopLat ↔ double
-
read / write
- stopLon ↔ double
-
read / write
- stopName ↔ String
-
read / write
- stopTimezone ↔ String
-
read / write
- stopUrl ↔ String
-
read / write
- ttsStopName ↔ Null
-
read / write
- wheelchairBoarding ↔ int
-
read / write
- zoneId ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited