toStringAsChars method
Converts this byte array to a string.
Interprets bytes as character codes.
Implementation
String toStringAsChars() => String.fromCharCodes(_bytes);
Converts this byte array to a string.
Interprets bytes as character codes.
String toStringAsChars() => String.fromCharCodes(_bytes);