Uint32 constructor

Uint32(
  1. Uint32List _data
)

Instantiates a dynamically allocated Uint32 bounds-checked element.

Implementation

Uint32(this._data);