copy method

Parameter<A?> copy()

Implementation

Parameter<A?> copy() => Parameter(deepCopy(a));