hashCode property

  1. @override
int get hashCode
override

Calculates the hash code for this AmountEstimate object.

Implementation

@override
int get hashCode => Object.hash(
      estimationQuality.hashCode,
      moveDevice.hashCode,
      volumeEstimate.hashCode,
      viewingAngle.hashCode,
      weightEstimate.hashCode,
    );