min method

dynamic min(
  1. dynamic values
)

Implementation

min(values) {
  return _updateOP(UpdateCommandsLiteral.MIN, [values]);
}