Dart API Reference
dart:core
StringBuffer
writeAll
writeAll
method
Iterates over the given [objects] and [write]s them in sequence.
void
writeAll
(
Iterable
objects
,
[
String
separator
=
""
]
)
Iterates over the given [objects] and [write]s them in sequence.