ARAnchor constructor
ARAnchor({
- required AnchorType type,
- required Matrix4 transformation,
- String? name,
Implementation
ARAnchor({
required this.type,
required this.transformation,
String? name,
}) : name = name ?? UniqueKey().toString();