CombinedFilter class
Represents either a conjunction (AND) or disjunction (OR) of other conditions. Note that those conditions can in turn be CombinedFilter, thus creating a recursive tree structure representing arbitrary condition.
Constructors
-
CombinedFilter({required Combinator combinator, required List<
Filter> conditions})
Properties
- combinator → Combinator
-
final
-
conditions
→ List<
Filter> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited