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