begin property

  1. @TagNumber.new(3)
int get 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.new(3)
set begin (int value)

Implementation

@$pb.TagNumber(3)
set begin($core.int value) => $_setSignedInt32(2, value);