toString abstract method

  1. @override
String toString()
override

Returns a textual description of this node.

The returned string is intended to be useful only for debugging.

Clients should never depend on the returned value being useful for any purpose, nor being consistent from one version of the package to the next. As a result, clients should never display the returned string to users.

Implementation

@override
String toString();