copy method

List<int> copy()

Implementation

List<int> copy() {
  return data.toBytes();
}