OrderBy$json top-level constant

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

Implementation

@$core.Deprecated('Use orderByDescriptor instead')
const OrderBy$json = const {
  '1': 'OrderBy',
  '2': const [
    const {'1': 'ORDER_BY_UNSPECIFIED', '2': 0},
    const {'1': 'ORDER_BY_ASC', '2': 1},
    const {'1': 'ORDER_BY_DESC', '2': 2},
  ],
};