Filter$json top-level constant

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

Implementation

@$core.Deprecated('Use filterDescriptor instead')
const Filter$json = const {
  '1': 'Filter',
  '2': const [
    const {'1': 'field_path', '3': 1, '4': 1, '5': 11, '6': '.spine.base.FieldPath', '8': const {}, '10': 'fieldPath'},
    const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Any', '8': const {}, '10': 'value'},
    const {'1': 'operator', '3': 3, '4': 1, '5': 14, '6': '.spine.client.Filter.Operator', '8': const {}, '10': 'operator'},
  ],
  '4': const [Filter_Operator$json],
  '7': const {},
};