Vector4.zero constructor Null safety

Vector4.zero()

Zero vector.

Implementation

Vector4.zero() : _v4storage = Float32List(4);