ValueFilter constructor

ValueFilter({
  1. String? operatorName,
  2. Value? value,
})

Implementation

ValueFilter({
  this.operatorName,
  this.value,
});