AmountEstimate constructor

const AmountEstimate({
  1. EstimationQuality? estimationQuality,
  2. MoveDirection? moveDevice,
  3. double? volumeEstimate,
  4. double? viewingAngle,
  5. double? weightEstimate,
})

Implementation

const AmountEstimate({
  this.estimationQuality,
  this.moveDevice,
  this.volumeEstimate,
  this.viewingAngle,
  this.weightEstimate,
});