canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

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

Implementation

static List<String> get canOrderBy => ['kind', 'name'];