call method

HasFields call(
  1. dynamic items
)

Implementation

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