TomlPrettyPrinter constructor

TomlPrettyPrinter()

Creates a new pretty printer for TOML AST nodes.

Implementation

TomlPrettyPrinter() : _buffer = StringBuffer();