storage property
Access the internal storage of the quaternions components.
Implementation
@override
Float32List get storage => super.storage.asUnmodifiableView();
Access the internal storage of the quaternions components.
@override
Float32List get storage => super.storage.asUnmodifiableView();