Goal<T>.never constructor
Creates a goal that never matches any node.
The entire graph will be traversed never finding a goal.
Implementation
const factory Goal.never() = _NeverGoal<T>;
Creates a goal that never matches any node.
The entire graph will be traversed never finding a goal.
const factory Goal.never() = _NeverGoal<T>;