len method

int len()

Returns the contents of this output stream as a Uint8List.

Implementation

int len() => count;