start property

T start

The start node of the path.

The path must be isFound for this to be valid.

Implementation

T get start => nodes.first;