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