canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

  • beginning_grade: (URLParameter), prefix with a hyphen (-beginning_grade) to reverse the order
  • ending_grade: (URLParameter), prefix with a hyphen (-ending_grade) to reverse the 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 =>
    ['beginning_grade', 'ending_grade', 'sequence', 'value'];