BytesWriter constructor

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

Implementation

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