BytesReader constructor

BytesReader(
  1. Uint8List _bytes
)

Constructs a BytesReader.

Implementation

BytesReader(this._bytes);