Dart SDK
dart:core
StringSink
writeAll
method
writeAll
StringSink
Constructors
StringSink
Methods
write
writeAll
writeln
writeCharCode
void
writeAll
(
Iterable
objects
,
[
String
separator
=
""
]
)
Iterates over the given objects and
write
s them in sequence.