setArray method
Implementation
NativeFloat32Array setArray(Float32Array newList, [int index = 0]) {
toDartList().setAll(index, newList.toDartList());
return this;
}
NativeFloat32Array setArray(Float32Array newList, [int index = 0]) {
toDartList().setAll(index, newList.toDartList());
return this;
}