values constant
Implementation
static const $core.List<ApplicationSorting> values = <ApplicationSorting>[
APPLICATION_SORT_BY_ID,
APPLICATION_SORT_BY_NAME,
APPLICATION_SORT_BY_STATE,
APPLICATION_SORT_BY_CREATION_DATE,
APPLICATION_SORT_BY_CHANGE_DATE,
];