Dart SDK
dart:core
StringSink
write
method
write
StringSink
Constructors
StringSink
Methods
write
writeAll
writeln
writeCharCode
void
write
(
Object
obj
)
Converts obj to a String by invoking
Object.toString
and adds the result to
this
.