copy method

Some<T> copy()

Implementation

@pragma("vm:prefer-inline")
Some<T> copy() {
  return Some(v);
}