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