routeIds property
final
Keep departures whose route id is in this set.
Route ids are signed 64-bit values taken from PTRouteInfo.routeId - pass them through unmodified.
Implementation
final List<int> routeIds;
Keep departures whose route id is in this set.
Route ids are signed 64-bit values taken from PTRouteInfo.routeId - pass them through unmodified.
final List<int> routeIds;