stubBody property

String get stubBody

Populate the graph with nodes.

Implementation

String get stubBody => children.fold('', (v, e) => '$v$e\n');