Measurement3d constructor

Measurement3d({
  1. String? captureTime,
  2. double? x,
  3. double? y,
  4. double? z,
})

Implementation

Measurement3d({
  this.captureTime,
  this.x,
  this.y,
  this.z,
});