canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

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

Implementation

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