ApplicationSorting$json top-level constant

  1. @Deprecated('Use applicationSortingDescriptor instead')
Map<String, Object> const ApplicationSorting$json

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},
  ],
};