locationOffset property
0-based character position of problematic construct within the object
identified by field_name. Currently, this is populated only for condition
expression.
Implementation
@$pb.TagNumber(6)
$core.int get locationOffset => $_getIZ(4);
Implementation
@$pb.TagNumber(6)
set locationOffset($core.int value) => $_setSignedInt32(4, value);