RateWithEstimatedDeliveryDate.fromJson constructor

RateWithEstimatedDeliveryDate.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory RateWithEstimatedDeliveryDate.fromJson(Map<String, dynamic> input) =>
    _$RateWithEstimatedDeliveryDateFromJson(input);