Calculates the hash code for this AmountEstimate object.
AmountEstimate
@override int get hashCode => Object.hash( estimationQuality.hashCode, moveDevice.hashCode, volumeEstimate.hashCode, viewingAngle.hashCode, weightEstimate.hashCode, );