property method Null safety
- String propertyPath
Creates an ordering expression from the given propertyPath
.
Implementation
static SortOrder property(String propertyPath) =>
expression(Expression.property(propertyPath));
Creates an ordering expression from the given propertyPath
.
static SortOrder property(String propertyPath) =>
expression(Expression.property(propertyPath));