call method

Pluck call(
  1. dynamic args
)

Implementation

Pluck call(args) {
  return Pluck(_rqlQuery!._listify(args, _rqlQuery));
}