canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

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

Implementation

static List<String> get canOrderBy => ['sequence', 'value'];