FilterRule constructor
FilterRule({
- FilterType? filterType,
- String? value,
Implementation
FilterRule({
this.filterType,
this.value,
});
FilterRule({
this.filterType,
this.value,
});