pull method

dynamic pull(
  1. dynamic values
)

Implementation

pull(values) {
  return _updateOP(UpdateCommandsLiteral.PULL, values);
}