writeGenerated method

String writeGenerated()

Returns the code generated by this Writer.

Implementation

String writeGenerated() => _leafNodes(_root).join();