locationOffset property

  1. @TagNumber.new(6)
int get locationOffset

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);
  1. @TagNumber.new(6)
set locationOffset (int value)

Implementation

@$pb.TagNumber(6)
set locationOffset($core.int value) => $_setSignedInt32(4, value);