toString method

  1. @override
String toString()
override

Returns the value of the blob as a String.

Implementation

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