Complex.i constructor

const Complex.i()

This is the same as calling Complex(0, 1).

Implementation

const Complex.i() : this(0, 1);