end property
Identifies the ending offset in bytes in the generated code that relates to the identified offset. 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);
Implementation
@$pb.TagNumber(4)
set end($core.int v) { $_setSignedInt32(3, v); }