toBytes method

List<int> toBytes()

Returns the value of the blob as a list of code units.

Implementation

List<int> toBytes() => _codeUnits;