Flutter
dart:core
StringBuffer
clear method
clear
StringBuffer class
Constructors
StringBuffer
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
clear
toString
write
writeAll
writeCharCode
writeln
noSuchMethod
Operators
operator ==
clear method
void
clear
(
)
Clears the string buffer.
Implementation
external void clear();