FilterAdvancedDetails constructor

FilterAdvancedDetails({
  1. bool? caseSensitive,
  2. String? extractA,
  3. String? extractB,
  4. String? fieldA,
  5. int? fieldAIndex,
  6. bool? fieldARequired,
  7. String? fieldB,
  8. int? fieldBIndex,
  9. bool? fieldBRequired,
  10. String? outputConstructor,
  11. String? outputToField,
  12. int? outputToFieldIndex,
  13. bool? overrideOutputField,
})

Implementation

FilterAdvancedDetails({
  this.caseSensitive,
  this.extractA,
  this.extractB,
  this.fieldA,
  this.fieldAIndex,
  this.fieldARequired,
  this.fieldB,
  this.fieldBIndex,
  this.fieldBRequired,
  this.outputConstructor,
  this.outputToField,
  this.outputToFieldIndex,
  this.overrideOutputField,
});