Shallow copy of this Cell.
@override @pragma("vm:prefer-inline") Cell<T> copy() { return Cell(_val); }