Uint8 constructor

Uint8(
  1. Uint8List _data
)

Instantiates a dynamically allocated Uint8 bounds-checked element.

Implementation

Uint8(this._data);