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