copy method

void copy(
  1. Int16List data
)

Implementation

void copy(Int16List data) => heap.copyInt16List(addr, data);