DeliveryInfo.fromJson constructor

DeliveryInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DeliveryInfo.fromJson(Map<String, dynamic> json) =>
    _$DeliveryInfoFromJson(json);