identity method
T
identity()
Creates an Attribute instance with Matrix4.identity.
Implementation
T identity() => builder(Matrix4.identity());
Creates an Attribute instance with Matrix4.identity.
T identity() => builder(Matrix4.identity());