menu
gtfs_bindings package
documentation
schedule.dart
RawDirectionId typedef
RawDirectionId typedef
dark_mode
light_mode
RawDirectionId
typedef
RawDirectionId
= (
{
Set
<
String
>
headsigns
,
List
<
String
>
stopIds
,
String
tripId
}
)
Implementation
typedef RawDirectionId = ({List<String> stopIds, Set<String> headsigns, String tripId});
gtfs_bindings package
documentation
schedule
RawDirectionId typedef
schedule library