Matrix4.identity()

Identity matrix.

Source

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