m4e_sdk
dart:core
StringBuffer
clear method
clear
m4e_sdk
dart:core
StringBuffer
clear method
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();