BlockPair constructor

BlockPair(
  1. Uint8List _dataBytes,
  2. Uint8List _errorCorrectionBytes
)

Implementation

BlockPair(this._dataBytes, this._errorCorrectionBytes);