NumericFilter constructor
NumericFilter({
- String? operation,
- NumericValue? value,
Implementation
NumericFilter({
this.operation,
this.value,
});
NumericFilter({
this.operation,
this.value,
});