Uint8Array constructor

Uint8Array(
  1. int length
)

Implementation

factory Uint8Array(int length) => Array(length, getUint8View);