RequestFilter constructor

RequestFilter(
  1. String? fieldType,
  2. String fieldName,
  3. String rule,
  4. dynamic fieldValue,
)

Implementation

RequestFilter(this.fieldType, this.fieldName, this.rule, this.fieldValue);