upper static method
Creates a function expression which evaluates to the upper case string of
the given string expression.
Implementation
static ExpressionInterface upper(ExpressionInterface expression) =>
UnaryExpression('upper()', expression);