LocationPuck constructor

LocationPuck({
  1. LocationPuck2D? locationPuck2D,
  2. LocationPuck3D? locationPuck3D,
})

Implementation

LocationPuck({
  this.locationPuck2D,
  this.locationPuck3D,
});