WhereFilter constructor

WhereFilter({
  1. String? field,
  2. OperatorType? operatorType,
  3. Object? value,
})

Implementation

WhereFilter({this.field, this.operatorType, this.value});