stopSequence property

  1. @TagNumber(1)
int stopSequence

Implementation

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

Implementation

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