dist2 property

double get dist2

Implementation

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