FFCondition_Relation$json top-level constant

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

Implementation

@$core.Deprecated('Use fFConditionDescriptor instead')
const FFCondition_Relation$json = {
  '1': 'Relation',
  '2': [
    {'1': 'RELATION_UNDEFINED', '2': 0},
    {'1': 'EQUAL_TO', '2': 1},
    {'1': 'NOT_EQUAL_TO', '2': 2},
    {'1': 'LESS_THAN', '2': 3},
    {'1': 'GREATER_THAN', '2': 4},
    {'1': 'LESS_THAN_OR_EQUAL_TO', '2': 5},
    {'1': 'GREATER_THAN_OR_EQUAL_TO', '2': 6},
    {'1': 'EXISTS_AND_NON_EMPTY', '2': 7},
    {'1': 'DOES_NOT_EXIST_OR_IS_EMPTY', '2': 8},
  ],
};