RateWithEstimatedDeliveryDate constructor

RateWithEstimatedDeliveryDate(
  1. SmartRate smartRate,
  2. TimeInTransitDetails? details
)

Implementation

RateWithEstimatedDeliveryDate(
  this.smartRate,
  this.details,
) : super();