directionId property

  1. @TagNumber(6)
int get directionId

Corresponds to trip direction_id in GTFS trips.txt. If provided the route_id must also be provided.

Implementation

@$pb.TagNumber(6)
$core.int get directionId => $_getIZ(5);
  1. @TagNumber(6)
set directionId (int v)

Implementation

@$pb.TagNumber(6)
set directionId($core.int v) { $_setUnsignedInt32(5, v); }