jsonPathOperation property

  1. @TagNumber(4)
FFJsonPathOperation get jsonPathOperation

Implementation

@$pb.TagNumber(4)
FFJsonPathOperation get jsonPathOperation => $_getN(3);
  1. @TagNumber(4)
set jsonPathOperation (FFJsonPathOperation value)

Implementation

@$pb.TagNumber(4)
set jsonPathOperation(FFJsonPathOperation value) => $_setField(4, value);