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