call method

Without call(
  1. dynamic items
)

Implementation

Without call(items) {
  return Without(_rqlQuery!._listify(items, _rqlQuery));
}