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': 'direction', '3': 1, '4': 1, '5': 14, '6': '.spine.client.OrderBy.Direction', '8': const {}, '10': 'direction'},
    const {'1': 'column', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'column'},
  ],
  '4': const [OrderBy_Direction$json],
};