BytesReader constructor

BytesReader(
  1. Uint8List bytes, [
  2. int offset = 0
])

Implementation

BytesReader(super.bytes, [super.offset = 0]);