Trip class

Constructors

Trip.new({required String routeId, required String serviceId, required String id, required String? tripHeadsign, required String? tripShortName, required DirectionId? directionId, required String? blockId, required String? shapeId, required WheelchairAccessible wheelchairAccessible, required BikesAllowed bikesAllowed})
const

Properties

bikesAllowed BikesAllowed
final
blockId String?
final
directionId DirectionId?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
routeId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String
final
shapeId String?
final
tripHeadsign String?
final
tripShortName String?
final
wheelchairAccessible WheelchairAccessible
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override