ByteLayer constructor

ByteLayer()

Implementation

ByteLayer() {
  _byteBuffer = Uint8List(0); // Initial size, can be adjusted
  _position = 0;
}