AppSorting$json top-level constant
Implementation
@$core.Deprecated('Use appSortingDescriptor instead')
const AppSorting$json = {
'1': 'AppSorting',
'2': [
{'1': 'APP_SORT_BY_ID', '2': 0},
{'1': 'APP_SORT_BY_NAME', '2': 1},
{'1': 'APP_SORT_BY_STATE', '2': 2},
{'1': 'APP_SORT_BY_CREATION_DATE', '2': 3},
{'1': 'APP_SORT_BY_CHANGE_DATE', '2': 4},
],
};