Конструктор фабрики Int32List.fromList
Int32List.fromList(Создает Int32List с такой же длиной, как у elements списка, и копирует элементы.
Значения усекаются для размещения в списке при копировании, точно так же, как при хранении значений происходит их усечение.
Исходный код
external factory Int32List.fromList(List<int> elements);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-typed_data/Int32List/Int32List.fromList.html