call method

Merge call(
  1. dynamic obj
)

Implementation

Merge call(obj) {
  return Merge([_rqlQuery, obj]);
}