canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

  • starts_at: (URLParameter), prefix with a hyphen (-starts_at) to reverse the order

Implementation

static List<String> get canOrderBy => ['starts_at'];