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