variable static method

VariableExpressionInterface variable(
  1. String propertyPath
)

Creates a variable expression that is a placeholder for an element in an array.

Implementation

static VariableExpressionInterface variable(String propertyPath) =>
    VariableExpressionImpl(propertyPath);