StringBuffers extension

Provides functions for working with StringBuffers.

on

Methods

writeEnclosed([Object? object, String enclosing = "'"]) → void
Adds object, enclosed by enclosing, to this buffer.
writeIndented(int indentation, [Object? object]) → void
Adds object, indented by indentation, to this buffer.