begin property
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);
Implementation
@$pb.TagNumber(3)
set begin($core.int v) {
$_setSignedInt32(2, v);
}