values constant

List<SortOrder> const values

Implementation

static const $core.List<SortOrder> values = <SortOrder>[
  SORT_NONE,
  SORT_ASCENDING,
  SORT_DESCENDING,
];