Complex constructor

const Complex(
  1. double real,
  2. double imag
)

Implementation

const Complex(this.real, this.imag);