lower static method

Creates a function expression which evaluates to the lower case string of the given string expression.

Implementation

static ExpressionInterface lower(ExpressionInterface expression) =>
    UnaryExpression('lower()', expression);