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