3 declare(strict_types=1);
37 private $previousValue;
99 $this->change = $change;
110 $this->previousValue = $previousValue;
121 $this->nextValue = $nextValue;
132 $this->parcel = $parcel;
143 $this->previousValue = $previousValue;
154 $this->nextValue = $nextValue;
165 $this->parcel = $parcel;
withPreviousValue(?ParcelMeasurements $previousValue)
withNextValue(?ParcelMeasurements $nextValue)
withPreviousValueBuilder(?ParcelMeasurementsBuilder $previousValue)
withChange(?string $change)
withParcel(?ParcelChangeValue $parcel)
withParcelBuilder(?ParcelChangeValueBuilder $parcel)
withNextValueBuilder(?ParcelMeasurementsBuilder $nextValue)