FieldFilter constructor

FieldFilter({
  1. bool? boolValue,
  2. DependentFieldValue? dependentFieldValue,
  3. int? fieldId,
  4. String? matchType,
  5. RequestValue? requestValue,
  6. String? stringValue,
  7. String? valueType,
})

Implementation

FieldFilter({
  this.boolValue,
  this.dependentFieldValue,
  this.fieldId,
  this.matchType,
  this.requestValue,
  this.stringValue,
  this.valueType,
});