StringBuffers extension
Provides functions for working with StringBuffers.
- on
Methods
-
writeEnclosed(
[Object? object, String enclosing = "'"]) → void -
Adds
object
, enclosed byenclosing
, to this buffer. -
writeIndented(
int indentation, [Object? object]) → void -
Adds
object
, indented byindentation
, to this buffer.