Matrix4.identity constructor Null safety

Matrix4.identity()

Identity matrix.

Implementation

factory Matrix4.identity() => Matrix4.zero()..setIdentity();