Dart SDK
dart:core
StringBuffer
write
method
write
StringBuffer
Properties
length
isEmpty
isNotEmpty
Constructors
StringBuffer
Methods
write
writeCharCode
writeAll
writeln
clear
toString
void
write
(
Object
obj
)
Adds the contents of obj, converted to a string, to the buffer.