FieldFilter constructor
FieldFilter({
- bool? boolValue,
- DependentFieldValue? dependentFieldValue,
- int? fieldId,
- String? matchType,
- RequestValue? requestValue,
- String? stringValue,
- String? valueType,
Implementation
FieldFilter({
this.boolValue,
this.dependentFieldValue,
this.fieldId,
this.matchType,
this.requestValue,
this.stringValue,
this.valueType,
});