property static method

PropertyExpressionInterface property(
  1. String propertyPath
)

Creates a property expression representing the value at the given propertyPath.

Implementation

static PropertyExpressionInterface property(String propertyPath) =>
    PropertyExpressionImpl(propertyPath);