WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest.fromJson constructor

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

Implementation

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