canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

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

Implementation

static List<String> get canOrderBy => ['pending', 'person_name'];