copy method

void copy(
  1. Int32List data
)

Implementation

void copy(Int32List data) => heap.copyInt32List(addr, data);