ReadData constructor

ReadData(
  1. Uint8List _data
)

Implementation

ReadData(this._data) {
  _byteData = ByteData.view(_data.buffer);
}