call method

WithFields call(
  1. dynamic items
)

Implementation

WithFields call(items) {
  return WithFields(_rqlQuery, items);
}