Dart SDK
dart:core
StringBuffer
StringBuffer
constructor
StringBuffer
StringBuffer
Properties
length
isEmpty
isNotEmpty
Constructors
StringBuffer
Methods
write
writeCharCode
writeAll
writeln
clear
toString
StringBuffer
(
[
Object
content
=
""
]
)
Creates the string buffer with an initial content.