values constant

List<SortType> const values

Implementation

static const List<SortType> values = [
  active,
  hot,
  new_,
  topDay,
  topWeek,
  topMonth,
  topYear,
  topAll,
  mostComments,
  newComments,
];