RateWithEstimatedDeliveryDate constructor
- SmartRate smartRate,
- TimeInTransitDetails? details
Implementation
RateWithEstimatedDeliveryDate(
this.smartRate,
this.details,
) : super();
RateWithEstimatedDeliveryDate(
this.smartRate,
this.details,
) : super();