StringBuffers extension

Provides functions for working with StringBuffers.

on

Methods

writeEnclosed([Object? object, String enclosing = "'"]) → void

Available on StringBuffer, provided by the StringBuffers extension

Adds object, enclosed by enclosing, to this buffer.
writeIndented(int indentation, [Object? object]) → void

Available on StringBuffer, provided by the StringBuffers extension

Adds object, indented by indentation, to this buffer.