GraphScanResult<T> class

Constructors

GraphScanResult(Graph<T> graph, List<T> roots, NodeMatcher<T> targetMatcher, List<List<Node<T>>> paths, {required bool findAll, required Duration time, required Duration resolvePathsTime})

Properties

findAll bool
final
graph Graph<T>
final
hashCode int
The hash code for this object.
no setterinherited
paths List<List<Node<T>>>
final
resolvePathsTime Duration
final
roots List<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetMatcher NodeMatcher<T>
final
time Duration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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