call method

RqlObject call(
  1. dynamic args
)

Implementation

RqlObject call(args) {
  return RqlObject(args);
}