DeliveryConfig.fromJson constructor
DeliveryConfig.fromJson(
- Map json_
Implementation
DeliveryConfig.fromJson(core.Map json_)
: this(
deliveryRequirement: json_['deliveryRequirement'] as core.String?,
);