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