property static method

SortOrder property(
  1. String propertyPath
)

Creates an ordering expression from the given propertyPath.

Implementation

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