FilterRule constructor
FilterRule({
- FilterRuleName? name,
- String? value,
Implementation
FilterRule({
this.name,
this.value,
});
FilterRule({
this.name,
this.value,
});