Returns the value of the blob as a String.
String toString() => utf8.decode(_codeUnits, allowMalformed: true);