values constant

List<AppSorting> const values

Implementation

static const $core.List<AppSorting> values = <AppSorting>[
  APP_SORT_BY_ID,
  APP_SORT_BY_NAME,
  APP_SORT_BY_STATE,
  APP_SORT_BY_CREATION_DATE,
  APP_SORT_BY_CHANGE_DATE,
];