Uint64 constructor

Uint64(
  1. Uint64List _data
)

Instantiates a dynamically allocated Uint64 bounds-checked element.

Implementation

Uint64(this._data);