Complex constructor

Complex(
  1. double real,
  2. double imaginary
)

Implementation

Complex(this.real, this.imaginary);