trips property

List<PTTrip> get trips

The list of public transport trips for the stop. This is a list of PTTrip objects. It contains all trips associated with the stop.

Implementation

List<PTTrip> get trips => _trips;