AmountEstimate constructor
const
AmountEstimate({
- EstimationQuality? estimationQuality,
- MoveDirection? moveDevice,
- double? volumeEstimate,
- double? viewingAngle,
- double? weightEstimate,
Implementation
const AmountEstimate({
this.estimationQuality,
this.moveDevice,
this.volumeEstimate,
this.viewingAngle,
this.weightEstimate,
});