Dart API Reference
dart:typed_data
Uint64List
Uint64List.fromList
Uint64List.fromList
constructor
Creates a
Uint64List
with the same length as the elements list and copies over the elements.
Uint64List.fromList
(
List
<
int
>
elements
)
Creates a
Uint64List
with the same length as the elements list and copies over the elements.