Filter_Operator$json top-level constant

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

Implementation

@$core.Deprecated('Use filterDescriptor instead')
const Filter_Operator$json = const {
  '1': 'Operator',
  '2': const [
    const {'1': 'CFO_UNDEFINED', '2': 0},
    const {'1': 'EQUAL', '2': 1},
    const {'1': 'GREATER_THAN', '2': 2},
    const {'1': 'LESS_THAN', '2': 4},
    const {'1': 'GREATER_OR_EQUAL', '2': 5},
    const {'1': 'LESS_OR_EQUAL', '2': 6},
  ],
};