lengthSqr property

double get lengthSqr

Implementation

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