TerminalSearch class

main entry for terminal searches. This class is the factory for search tasks and will cache the search string that gets generated out of the terminal content so that all search tasks created by this search can use the same cached search string

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminalSearchString String
returns the current terminal search string. The search string will be refreshed on demand if
no setter

Methods

createSearchTask(String dirtyTagName) TerminalSearchTask
creates a new search task that will use this search to access a cached variant of the terminal search string
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