plugh property

  1. @TagNumber(3)
int plugh

Implementation

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

Implementation

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