LocalLocation constructor

LocalLocation({
  1. double? x,
  2. double? y,
  3. double? z,
})

Implementation

LocalLocation({this.x, this.y, this.z});