toString method
override
Returns a string representation of (some of) the nodes of this
.
Nodes are represented by their own Object.toString results.
Implementation
@override
String toString() => walkableToString(this);
Returns a string representation of (some of) the nodes of this
.
Nodes are represented by their own Object.toString results.
@override
String toString() => walkableToString(this);