BcsReader constructor

BcsReader(
  1. Uint8List data
)

Implementation

BcsReader(Uint8List data) {
  _dataView = ByteData.sublistView(data);
}