DeliveryContent.fromJson constructor

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

Implementation

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