FilterPredicate constructor
FilterPredicate({
- List<
FilterPredicate> ? childPredicates, - FilterExpression? leafPredicate,
- String? operatorType,
Implementation
FilterPredicate({
this.childPredicates,
this.leafPredicate,
this.operatorType,
});