RequestFilter<T> constructor

RequestFilter<T>(String operator, String field, T value T value_to)

Implementation

RequestFilter(this.operator, this.field, this.value, this.value_to);