contextSize property

  1. @TagNumber(3)
int contextSize

Implementation

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

Implementation

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