TrajectorySearchIndex class

Session-view-local index that reparses Markdown only when one record's sources change.

Constructors

TrajectorySearchIndex()

Properties

hashCode → int
The hash code for this object.
no setterinherited
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
Matches a whitespace-separated case-insensitive query against the latest committed index version.
toString() → String
A string representation of this object.
inherited
update(List<List<TrajectoryTurnModel>> layouts) → bool
Incrementally synchronizes one or more current trajectory layout slices.

Operators

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