end property

  1. @TagNumber(4)
int end

Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin).

Implementation

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

Implementation

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