Complex constructor

const Complex(
  1. double re,
  2. double im
)

Implementation

const Complex(this.re, this.im);