LogicalOperator<T extends Object> class sealed

Base class for logical filter composition.

Combines multiple filters using AND/OR logic.

Inheritance

Properties

filters Iterable<Filter<T>>
The list of filters to combine with logical operation.
final
hashCode int
The hash code for this object.
no setterinherited
operator FilterOperator
The logical operator used to combine filters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

matches(T other) bool
Whether this filter matches the given other instance.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Converts this filter to JSON format for API queries.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited