copy method

Entry copy()

Implementation

Entry copy() {
  Entry e = Entry(x: _x, y: y, data: mData);
  return e;
}