ServiceProductFulfillmentDetail.fromJson constructor

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

Implementation

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