AppSorting$json top-level constant

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

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