toString method

String toString()
override

Returns the value of the blob as a String.

Implementation

String toString() => utf8.decode(_codeUnits, allowMalformed: true);