stopSequence property

  1. @TagNumber(1)
int get stopSequence

Must be the same as in stop_times.txt in the corresponding GTFS feed.

Implementation

@$pb.TagNumber(1)
$core.int get stopSequence => $_getIZ(0);
  1. @TagNumber(1)
set stopSequence (int v)

Implementation

@$pb.TagNumber(1)
set stopSequence($core.int v) { $_setUnsignedInt32(0, v); }