magnitude property

double get magnitude

Implementation

double get magnitude => math.sqrt(real * real + imag * imag);