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