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