ARUnkownAnchor constructor
      
      ARUnkownAnchor({ 
    
    
- required AnchorType type,
 - required Matrix4 transformation,
 - String? name,
 
Implementation
ARUnkownAnchor(
    {required AnchorType type, required Matrix4 transformation, String? name})
    : super(type: type, transformation: transformation, name: name);