toString method

  1. @override
String toString()
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);