SearchFilter class

A filter that performs a case-insensitive search within the message, textMessage, or additionalData fields of ISpectLogData.

Implemented types

Constructors

SearchFilter(String query)
Creates a search filter with a specified query.

Properties

hashCode int
The hash code for this object.
no setterinherited
query String
The original search query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(ISpectLogData item) bool
Determines if the provided item passes the filter criteria.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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