begin property

  1. @TagNumber(3)
int begin

Identifies the starting offset in bytes in the generated code that relates to the identified object.

Implementation

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

Implementation

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