exprErrorPath property

  1. @TagNumber.new(3)
Path get exprErrorPath

Implementation

@$pb.TagNumber(3)
Path get exprErrorPath => $_getN(2);
  1. @TagNumber.new(3)
set exprErrorPath (Path v)

Implementation

@$pb.TagNumber(3)
set exprErrorPath(Path v) { setField(3, v); }