copy<Type> method

  1. @mustCallSuper
T copy<Type>(
  1. IN iN
)

Implementation

@mustCallSuper
T copy<Type>(IN iN) => update((d) => d.copy(iN));