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