magnitudeSquared property

double get magnitudeSquared

Implementation

double get magnitudeSquared => x * x + y * y;