length2 property

  1. @override
double get length2
override

Implementation

@override
double get length2 => x * x + y * y + z * z + w * w;