ApplicationSorting$json top-level constant
- @Deprecated('Use applicationSortingDescriptor instead')
Implementation
@$core.Deprecated('Use applicationSortingDescriptor instead')
const ApplicationSorting$json = {
'1': 'ApplicationSorting',
'2': [
{'1': 'APPLICATION_SORT_BY_ID', '2': 0},
{'1': 'APPLICATION_SORT_BY_NAME', '2': 1},
{'1': 'APPLICATION_SORT_BY_STATE', '2': 2},
{'1': 'APPLICATION_SORT_BY_CREATION_DATE', '2': 3},
{'1': 'APPLICATION_SORT_BY_CHANGE_DATE', '2': 4},
],
};