startOffset property
UTF-16 / character start offset (inclusive) within input text.
Implementation
@$pb.TagNumber(3)
$core.int get startOffset => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set startOffset($core.int value) => $_setSignedInt32(2, value);