const_1 property

  1. @TagNumber(1)
int get const_1

Implementation

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

Implementation

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