Dart SDK
dart:core
StringBuffer
write
write
Dart SDK
dart:core
StringBuffer
write
method
write
Source
Dart SDK
dart:core
StringBuffer
Constructors
StringBuffer
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Operators
operator ==
Methods
clear
toString
write
writeAll
writeCharCode
writeln
noSuchMethod
void
write
(
Object
obj
)
Adds the contents of
obj
, converted to a string, to the buffer.
Source
external void write(Object obj);