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