Dart
dart:core
StringBuffer
clear method
clear
description
clear
method
Null safety
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 ==