Dart SDK
dart:core
StringBuffer
writeCharCode
method
writeCharCode
StringBuffer
Properties
length
isEmpty
isNotEmpty
Constructors
StringBuffer
Methods
write
writeCharCode
writeAll
writeln
clear
toString
void
writeCharCode
(
int
charCode
)
Adds the string representation of charCode to the buffer.