ReshardingDirection$json top-level constant

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

Implementation

@$core.Deprecated('Use reshardingDirectionDescriptor instead')
const ReshardingDirection$json = {
  '1': 'ReshardingDirection',
  '2': [
    {'1': 'Up', '2': 0},
    {'1': 'Down', '2': 1},
  ],
};