copy method

void copy(
  1. Float32List data
)

Implementation

void copy(Float32List data) => heap.copyFloat32List(addr, data);