jsonPath property

  1. @TagNumber(2)
FFJsonPathOperation get jsonPath

Implementation

@$pb.TagNumber(2)
FFJsonPathOperation get jsonPath => $_getN(1);
  1. @TagNumber(2)
set jsonPath (FFJsonPathOperation value)

Implementation

@$pb.TagNumber(2)
set jsonPath(FFJsonPathOperation value) => $_setField(2, value);