toStringAsChars method

String toStringAsChars()

Converts this byte array to a string.

Interprets bytes as character codes.

Implementation

String toStringAsChars() => String.fromCharCodes(_bytes);