ListOperator<T extends Object> class sealed

Base class for list-based filter operations.

Supports membership testing and containment checking for multi-value scenarios.

Inheritance

Properties

field FilterField<T>
The field being filtered in this list operation.
final
hashCode int
The hash code for this object.
no setterinherited
operator FilterOperator
The list operator used for this filter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
The value used for list comparison.
final

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