video_player
dart:core
StringBuffer
method toString
toString
class StringBuffer
Constructors
StringBuffer
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
clear
toString
write
writeAll
writeCharCode
writeln
noSuchMethod
Operators
operator ==
String
toString
(
)
Returns the contents of buffer as a concatenated string.
Source
external String toString();
method toString