stubBody property
String
get
stubBody
Populate the graph with nodes.
Implementation
String get stubBody => children.fold('', (v, e) => '$v$e\n');
Populate the graph with nodes.
String get stubBody => children.fold('', (v, e) => '$v$e\n');