Uint8Arena constructor

Uint8Arena(
  1. int length
)

Implementation

Uint8Arena(int length) : super(length, getUint8View);