bit method

dynamic bit(
  1. dynamic values
)

Implementation

bit(values) {
  return _updateOP(UpdateCommandsLiteral.BIT, [values]);
}