EvaluationOperator<T extends Object> class sealed

Base class for text-based evaluation filters.

Supports full-text search and autocomplete functionality.

Inheritance

Properties

field FilterField<T>
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

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