Dart
dart:core
StringBuffer
clear method
clear
Dart
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 ==
description
clear
method
void
clear
(
)
Clears the string buffer.
Implementation
external void clear();