EvaluationOperator<F extends FilterField> class
sealed
A filter operator that performs text-based evaluation operations.
Base class for filtering operations that evaluate text content, including full-text search and autocomplete functionality.
Properties
- field → F
-
The field being evaluated in this text operation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator → FilterOperator
-
The evaluation operator used for this filter.
final
- query → String
-
The query string used for text evaluation.
final
- 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
-
toJson(
) → Map< String, Object?> -
Converts this filter to a JSON representation for API queries.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited