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 = {
  '1': 'OrderBy',
  '2': [
    {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    {'1': 'direction', '3': 2, '4': 1, '5': 14, '6': '.qdrant.Direction', '9': 0, '10': 'direction', '17': true},
    {'1': 'start_from', '3': 3, '4': 1, '5': 11, '6': '.qdrant.StartFrom', '9': 1, '10': 'startFrom', '17': true},
  ],
  '8': [
    {'1': '_direction'},
    {'1': '_start_from'},
  ],
};