order property

String? order
getter/setter pair

order can usually be one of created_at, updated_at, title, sort_date, but may be others.

Each class has a static field named canOrderBy that indicates which fields may be used. Order fields are also described in the class documentation.

Prefix with a hyphen (-) to reverse the sort order.

Implementation

String? order;