currentStopSequence property

  1. @TagNumber(3)
int currentStopSequence

Implementation

@$pb.TagNumber(3)
$core.int get currentStopSequence => $_getIZ(2);
  1. @TagNumber(3)
void currentStopSequence=(int v)

Implementation

@$pb.TagNumber(3)
set currentStopSequence($core.int v) {
  $_setUnsignedInt32(2, v);
}