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