canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

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

Implementation

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