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': 'bit_array', '3': 1, '4': 1, '5': 12, '10': 'bitArray'},
    {'1': 'size', '3': 2, '4': 1, '5': 5, '10': 'size'},
    {'1': 'hash_count', '3': 3, '4': 1, '5': 5, '10': 'hashCount'},
  ],
};