WebApiModulesInventoryInventoryCopyPendingModificationsToOtherWarehousesResponse.fromJson constructor

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

Implementation

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