NativeInt32Array.from(List<int> listData) : super.from(listData) { _list = Int32List.fromList(listData); oneByteSize = Int32List.bytesPerElement; }