property static method

SelectResultAs property(
  1. String propertyPath
)

Creates a select result from the given propertyPath.

Implementation

static SelectResultAs property(String propertyPath) =>
    expression(Expression.property(propertyPath));