ShardingMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use shardingMethodDescriptor instead')
const ShardingMethod$json = {
  '1': 'ShardingMethod',
  '2': [
    {'1': 'Auto', '2': 0},
    {'1': 'Custom', '2': 1},
  ],
};