LocationPuck constructor
LocationPuck({
- LocationPuck2D? locationPuck2D,
- LocationPuck3D? locationPuck3D,
Implementation
LocationPuck({
this.locationPuck2D,
this.locationPuck3D,
});