length property

  1. @override
double get length
override

Implementation

@override
double get length => math.sqrt(x * x + y * y + z * z + w * w);