max method
dynamic
max(
- dynamic values
Implementation
max(values) {
return _updateOP(UpdateCommandsLiteral.MAX, [values]);
}
max(values) {
return _updateOP(UpdateCommandsLiteral.MAX, [values]);
}