Matrix4.zero constructor Null safety

Matrix4.zero()

Zero matrix.

Implementation

Matrix4.zero() : _m4storage = Float64List(16);