max method

dynamic max(
  1. dynamic values
)

Implementation

max(values) {
  return _updateOP(UpdateCommandsLiteral.MAX, [values]);
}