RawDirectionId typedef

RawDirectionId = ({Set<String> headsigns, List<String> stopIds, String tripId})

Implementation

typedef RawDirectionId =
    ({List<String> stopIds, Set<String> headsigns, String tripId});