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