variable method Null safety
- String propertyPath
Creates a variable expression that is a placeholder for an element in an array.
Implementation
static VariableExpressionInterface variable(String propertyPath) =>
VariableExpressionImpl(propertyPath);