dumpDependencyTree method

void dumpDependencyTree()

Dump the String representation of the toDependencyTree to the console output.

This is not meant to be used in production, but instead on the Debug Console evaluator.

Implementation

void dumpDependencyTree() =>
    // ignore: avoid_print
    print(treeToString(toDependencyTree()));