FilterRule constructor

FilterRule({
  1. FilterRuleName? name,
  2. String? value,
})

Implementation

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