inventorywarehouseIdGet method

Future<Response<WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse>> inventorywarehouseIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
        chopper.Response<
            WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse>>
    inventorywarehouseIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse,
      () => WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse
          .fromJsonFactory);

  return _inventorywarehouseIdGet(id: id);
}