ByteFilterMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use byteFilterMethodDescriptor instead')
const ByteFilterMethod$json = {
  '1': 'ByteFilterMethod',
  '2': [
    {'1': 'BYTE_FILTER_METHOD_EQUALS', '2': 0},
    {'1': 'BYTE_FILTER_METHOD_NOT_EQUALS', '2': 1},
  ],
};