morphTargetNames property
The morph target names from the source asset (extras.targetNames),
empty strings for unnamed targets. Empty when the mesh has no targets.
Implementation
List<String> get morphTargetNames =>
_meshMorphTargets?.targetNames ?? const [];