FilterRule constructor

FilterRule({
  1. FilterType? filterType,
  2. String? value,
})

Implementation

FilterRule({
  this.filterType,
  this.value,
});