ReadConsistencyType$json top-level constant

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

Implementation

@$core.Deprecated('Use readConsistencyTypeDescriptor instead')
const ReadConsistencyType$json = {
  '1': 'ReadConsistencyType',
  '2': [
    {'1': 'All', '2': 0},
    {'1': 'Majority', '2': 1},
    {'1': 'Quorum', '2': 2},
  ],
};