toString method

  1. @override
String toString()
override

Returns a string representation of (some of) the nodes of this.

Nodes and edges are represented by their own Object.toString results.

Implementation

@override
String toString() => weightedWalkableToString(this);