r property Null safety

double r

Implementation

double get r => dart.sqrt(real * real + imaginary * imaginary);