Dart SDK
dart:core
StringBuffer
StringBuffer
StringBuffer
Dart SDK
dart:core
StringBuffer
StringBuffer
constructor
StringBuffer
Source
Dart SDK
dart:core
StringBuffer
Constructors
StringBuffer
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Operators
operator ==
Methods
clear
toString
write
writeAll
writeCharCode
writeln
noSuchMethod
StringBuffer
(
[
Object
content
=
""
])
Creates the string buffer with an initial content.
Source
external StringBuffer([Object content = ""]);