stopSequence property
Must be the same as in stop_times.txt in the corresponding GTFS feed.
Implementation
@$pb.TagNumber(1)
$core.int get stopSequence => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set stopSequence($core.int v) { $_setUnsignedInt32(0, v); }