BusStops class

Constructors

BusStops({String stopId, String stopCode, String stopName, String stopDesc, String stopLat, String stopLon, String zoneId, String stopUrl, String locationType, String stopTimezone, String wheelchairBoarding})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
locationType String
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 String
read / write
stopLon String
read / write
stopName String
read / write
stopTimezone String
read / write
stopUrl String
read / write
wheelchairBoarding String
read / write
zoneId String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited