copy method

Complex copy()

Implementation

Complex copy() => Complex(real: real, imaginary: imaginary);