Dart API Reference
dart:core
StringBuffer
writeCharCode
writeCharCode
method
Adds the string representation of charCode to the buffer.
void
writeCharCode
(
int
charCode
)
Adds the string representation of charCode to the buffer.