Int8 constructor

Int8(
  1. Int8List _data
)

Instantiates a dynamically allocated Int8 bounds-checked element.

Implementation

Int8(this._data);