BloomFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use bloomFilterDescriptor instead')
const BloomFilter$json = {
  '1': 'BloomFilter',
  '2': [
    {
      '1': 'bits',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.BitSequence',
      '10': 'bits'
    },
    {'1': 'hash_count', '3': 2, '4': 1, '5': 5, '10': 'hashCount'},
  ],
};