CustomAttributeFilter constructor

CustomAttributeFilter({
  1. String? key,
  2. String? customAttributeDefinitionId,
  3. bool? boolFilter,
  4. Range? numberFilter,
  5. List<String>? selectionUidsFilter,
  6. String? stringFilter,
})

Implementation

CustomAttributeFilter({
  this.key, this.customAttributeDefinitionId, this.boolFilter,
this.numberFilter, this.selectionUidsFilter, this.stringFilter
});