ValueIndexItem.property constructor

ValueIndexItem.property(
  1. String propertyPath
)

Creates a value index item from a propertyPath to index.

Implementation

factory ValueIndexItem.property(String propertyPath) =>
    ValueIndexItem.expression(Expression.property(propertyPath));