inventorywarehouseIdGet method

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

@param id

Implementation

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

  return _inventorywarehouseIdGet(id: id);
}