sort property

String? sort
getter/setter pair

Specifies that results should be sorted according to the specified expression.

For example, sort by date.

Implementation

core.String? sort;