lengthSqr property

num lengthSqr

Implementation

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